From 3fc2ba41f7bc7fcf1e51f821b4e07525e0e4a873 Mon Sep 17 00:00:00 2001 From: Ryan Tandy Date: Mon, 23 Sep 2019 10:03:19 -0700 Subject: Clarify naming of SFX_GET_EGG_* pointers In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that. --- engine/events/daycare.asm | 2 +- engine/events/std_scripts.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index 94b90d171..34e896778 100644 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -422,7 +422,7 @@ DayCareManOutside: call DayCare_InitBreeding ld hl, .GotEggText call PrintText - ld de, SFX_GET_EGG_FROM_DAY_CARE_LADY + ld de, SFX_GET_EGG call PlaySFX ld c, 120 call DelayFrames diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index 39241d71c..ecda72526 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -1778,7 +1778,7 @@ ReceiveItemScript: ReceiveTogepiEggScript: waitsfx farwritetext ReceivedItemText - playsound SFX_GET_EGG_FROM_DAY_CARE_LADY + playsound SFX_GET_EGG waitsfx end -- cgit v1.2.3