From 0af8f48d5908d1a49c2701abbb02b4a4e34a8563 Mon Sep 17 00:00:00 2001 From: Ryan Tandy Date: Mon, 23 Sep 2019 10:14:38 -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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index c06db6f1..32a7665d 100644 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -416,7 +416,7 @@ DayCareManOutside: call DayCare_InitBreeding ld hl, .GotEggText call PrintText - ld de, SFX_GET_EGG_FROM_DAYCARE_LADY + ld de, SFX_GET_EGG call PlaySFX ld c, 120 call DelayFrames -- cgit v1.2.3