From 4500fe42963c0de3cf3f2160b1c8e4c30b42cc0b Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sun, 25 May 2025 19:46:44 -0500 Subject: Use more ldpikacry --- engine/pokemon/bills_pc.asm | 6 +++--- engine/pokemon/status_screen.asm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/pokemon') diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index bfa86cff..ea40ba04 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -237,7 +237,7 @@ BillsPCDeposit: jp nc, BillsPCMenu callfar IsThisPartymonStarterPikachu_Party jr nc, .asm_215c9 - ld e, $1b + ldpikacry e, PikachuCry28 callfar PlayPikachuSoundClip jr .asm_215cf .asm_215c9 @@ -300,7 +300,7 @@ BillsPCWithdraw: call GetPartyMonName callfar IsThisPartymonStarterPikachu_Box jr nc, .asm_21660 - ld e, $22 + ldpikacry e, PikachuCry35 callfar PlayPikachuSoundClip jr .asm_21666 .asm_21660 @@ -351,7 +351,7 @@ BillsPCRelease: ld a, [wWhichPokemon] ld hl, wBoxMonNicks call GetPartyMonName - ld e, $27 + ldpikacry e, PikachuCry40 callfar PlayPikachuSoundClip ld hl, PikachuUnhappyText call PrintText 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 -- cgit v1.3.1-sl0p