You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1778,7 +1778,7 @@ ReceiveItemScript:
|
||||
ReceiveTogepiEggScript:
|
||||
waitsfx
|
||||
farwritetext ReceivedItemText
|
||||
playsound SFX_GET_EGG_FROM_DAY_CARE_LADY
|
||||
playsound SFX_GET_EGG
|
||||
waitsfx
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user