diff options
Diffstat (limited to 'engine/pokemon/status_screen.asm')
| -rw-r--r-- | engine/pokemon/status_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/status_screen.asm b/engine/pokemon/status_screen.asm index ec8cf1ee..90dd8523 100644 --- a/engine/pokemon/status_screen.asm +++ b/engine/pokemon/status_screen.asm @@ -175,11 +175,11 @@ StatusScreen: jr z, .playRegularCry cp BOX_DATA jr z, .checkBoxData - callfar IsThisPartymonStarterPikachu_Party + callfar IsThisPartyMonStarterPikachu jr nc, .playRegularCry jr .playPikachuSoundClip .checkBoxData - callfar IsThisPartymonStarterPikachu_Box + callfar IsThisBoxMonStarterPikachu jr nc, .playRegularCry .playPikachuSoundClip ldpikacry e, PikachuCry17 |
