diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
commit | 6d20cf3e80780af15ed15acea2f7feac1ffd9705 (patch) | |
tree | 68890374634d2a62c0256e208e8ceff33c73ffc1 /engine/pokedex.asm | |
parent | bf074f359886707d2ffb2e0b525b03dc7af0fe29 (diff) |
"CryHeader" → "Cry"; "Cry" → "MonCry"
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r-- | engine/pokedex.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm index 4c257e424..4d7096c0e 100644 --- a/engine/pokedex.asm +++ b/engine/pokedex.asm @@ -346,7 +346,7 @@ Pokedex_InitDexEntryScreen: ; 40217 (10:4217) ld a, SCGB_POKEDEX call Pokedex_GetSGBLayout ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry call Pokedex_IncrementDexPointer ret @@ -415,7 +415,7 @@ Pokedex_ReinitDexEntryScreen: ; 402aa (10:42aa) ld a, SCGB_POKEDEX call Pokedex_GetSGBLayout ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry ld hl, wJumptableIndex dec [hl] ret @@ -471,7 +471,7 @@ DexEntryScreen_MenuActionJumptable: ; 402f2 call GetCryIndex ld e, c ld d, b - call PlayCryHeader + call PlayCry ret .Print: ; 4034f @@ -2558,7 +2558,7 @@ _NewPokedexEntry: ; 41a7f ld a, SCGB_POKEDEX call Pokedex_GetSGBLayout ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry ret |