Misc minor clean up

spotted by comparing against pokeyellow
This commit is contained in:
dannye 2020-05-24 18:59:05 -05:00
parent 4889e8fa3e
commit 9a8811b492
5 changed files with 5 additions and 5 deletions

View file

@ -826,7 +826,7 @@ TradeCenter_Trade:
ld [wTradedEnemyMonSpecies], a
ld a, 10
ld [wAudioFadeOutControl], a
ld a, $2
ld a, BANK(Music_SafariZone)
ld [wAudioSavedROMBank], a
ld a, MUSIC_SAFARI_ZONE
ld [wNewSoundID], a

View file

@ -550,5 +550,5 @@ JustAMomentText::
tx_pre_jump OpenBillsPCText
OpenBillsPCText::
db $FD ; FuncTX_BillsPC
TX_BILLS_PC

View file

@ -98,7 +98,7 @@ RocketHQName:
SilphCoName:
db "SILPH CO.@"
PokemonMansionName:
db $4a," MANSION@"
db "<pkmn> MANSION@"
SafariZoneName:
db "SAFARI ZONE@"
CeruleanCaveName: