Skip to content

Commit

Permalink
Change shiny Pokémon odds
Browse files Browse the repository at this point in the history
Shiny Pokémon have now all DV 14 or better. This gives odds of 1/4096 (instead of 1/8192). Red Gyrados has now DVs of EEEE
  • Loading branch information
fp555 committed Nov 20, 2023
1 parent 06a2fb6 commit 5e39279
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 351 deletions.
4 changes: 2 additions & 2 deletions constants/battle_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ DEF STAT_MIN_HP EQU 10
DEF MAX_STAT_VALUE EQU 999

; shiny dvs
DEF ATKDEFDV_SHINY EQU $EA
DEF SPDSPCDV_SHINY EQU $AA
DEF ATKDEFDV_SHINY EQU $EE
DEF SPDSPCDV_SHINY EQU $EE

; battle classes (wBattleMode values)
const_def 1
Expand Down
2 changes: 1 addition & 1 deletion data/predef_pointers.asm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PredefPointers::
add_predef InitSGBBorder
add_predef LoadSGBLayout
add_predef Pokedex_GetArea
add_predef Unused_CheckShininess
add_predef CheckShininess
add_predef DoBattleTransition
add_predef DummyPredef35
add_predef DummyPredef36
Expand Down
Loading

0 comments on commit 5e39279

Please sign in to comment.