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/events/poison.asm | 2 +- engine/events/pokecenter.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/events') diff --git a/engine/events/poison.asm b/engine/events/poison.asm index c57af3c4..4645387c 100644 --- a/engine/events/poison.asm +++ b/engine/events/poison.asm @@ -64,7 +64,7 @@ ApplyOutOfBattlePoisonDamage: call DisplayTextID callfar IsThisPartymonStarterPikachu_Party jr nc, .curMonNotPlayerPikachu - ld e, $3 + ldpikacry e, PikachuCry4 callfar PlayPikachuSoundClip calladb_ModifyPikachuHappiness PIKAHAPPY_PSNFNT .curMonNotPlayerPikachu diff --git a/engine/events/pokecenter.asm b/engine/events/pokecenter.asm index 820be66a..6cb93a02 100644 --- a/engine/events/pokecenter.asm +++ b/engine/events/pokecenter.asm @@ -32,7 +32,7 @@ DisplayPokemonCenterDialogue_:: call LoadCurrentMapView call Delay3 call UpdateSprites - callfar PikachuWalksToNurseJoy ; todo + callfar PikachuWalksToNurseJoy .notHealingPlayerPikachu ld hl, NeedYourPokemonText call PrintText -- cgit v1.3.1-sl0p