aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon/status_screen.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2025-05-25 19:46:44 -0500
committerdannye <33dannye@gmail.com>2025-05-25 19:46:44 -0500
commit4500fe42963c0de3cf3f2160b1c8e4c30b42cc0b (patch)
treef8709c989a831284973172b526c070172ec0a3e3 /engine/pokemon/status_screen.asm
parenttools/unnamed.py supports RGBDS 0.9.2 (object revision 12) (diff)
downloadpokeyellow-4500fe42963c0de3cf3f2160b1c8e4c30b42cc0b.tar.gz
pokeyellow-4500fe42963c0de3cf3f2160b1c8e4c30b42cc0b.tar.xz
pokeyellow-4500fe42963c0de3cf3f2160b1c8e4c30b42cc0b.zip
Use more ldpikacry
Diffstat (limited to 'engine/pokemon/status_screen.asm')
-rw-r--r--engine/pokemon/status_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/status_screen.asm b/engine/pokemon/status_screen.asm
index 1c9b2fc2..c810260d 100644
--- a/engine/pokemon/status_screen.asm
+++ b/engine/pokemon/status_screen.asm
@@ -182,7 +182,7 @@ StatusScreen:
callfar IsThisPartymonStarterPikachu_Box
jr nc, .playRegularCry
.playPikachuSoundClip
- ld e, 16
+ ldpikacry e, PikachuCry17
callfar PlayPikachuSoundClip
jr .continue
.playRegularCry