fixing a few small bugs

This commit is contained in:
MementoMartha 2022-09-28 10:46:42 +01:00
parent f457830786
commit 91c79913fd
6 changed files with 39 additions and 18 deletions

View file

@ -516,7 +516,7 @@ TextCommand_SOUND::
jr .loop
.play
cp TX_SOUND_CRY_NIDORINA
cp TX_SOUND_CRY_NIDORINO
jr z, .pokemonCry
cp TX_SOUND_CRY_PIDGEOT
jr z, .pokemonCry
@ -546,7 +546,7 @@ TextCommandSounds::
db TX_SOUND_GET_ITEM_2, SFX_GET_ITEM_2
db TX_SOUND_GET_KEY_ITEM, SFX_GET_KEY_ITEM
db TX_SOUND_DEX_PAGE_ADDED, SFX_DEX_PAGE_ADDED
db TX_SOUND_CRY_NIDORINA, NIDORINA ; used in OakSpeech
db TX_SOUND_CRY_NIDORINO, NIDORINO ; used in OakSpeech
db TX_SOUND_CRY_PIDGEOT, PIDGEOT ; used in SaffronCityText12
db TX_SOUND_CRY_DEWGONG, DEWGONG ; unused