aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/common_text.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/battle/common_text.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/battle/common_text.asm')
-rw-r--r--engine/battle/common_text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm
index a074fff7..76b2269d 100644
--- a/engine/battle/common_text.asm
+++ b/engine/battle/common_text.asm
@@ -12,9 +12,9 @@ PrintBeginningBattleText:
cp BATTLE_TYPE_PIKACHU
jr nz, .notPikachuBattle
callfar IsPlayerPikachuAsleepInParty
- ld e, $24
+ ldpikacry e, PikachuCry37
jr c, .asm_f4026
- ld e, $a
+ ldpikacry e, PikachuCry11
.asm_f4026
callfar PlayPikachuSoundClip
jr .continue