mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Misc minor clean up
spotted by comparing against pokeyellow
This commit is contained in:
parent
4889e8fa3e
commit
9a8811b492
|
@ -826,7 +826,7 @@ TradeCenter_Trade:
|
||||||
ld [wTradedEnemyMonSpecies], a
|
ld [wTradedEnemyMonSpecies], a
|
||||||
ld a, 10
|
ld a, 10
|
||||||
ld [wAudioFadeOutControl], a
|
ld [wAudioFadeOutControl], a
|
||||||
ld a, $2
|
ld a, BANK(Music_SafariZone)
|
||||||
ld [wAudioSavedROMBank], a
|
ld [wAudioSavedROMBank], a
|
||||||
ld a, MUSIC_SAFARI_ZONE
|
ld a, MUSIC_SAFARI_ZONE
|
||||||
ld [wNewSoundID], a
|
ld [wNewSoundID], a
|
||||||
|
|
|
@ -550,5 +550,5 @@ JustAMomentText::
|
||||||
tx_pre_jump OpenBillsPCText
|
tx_pre_jump OpenBillsPCText
|
||||||
|
|
||||||
OpenBillsPCText::
|
OpenBillsPCText::
|
||||||
db $FD ; FuncTX_BillsPC
|
TX_BILLS_PC
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,7 @@ RocketHQName:
|
||||||
SilphCoName:
|
SilphCoName:
|
||||||
db "SILPH CO.@"
|
db "SILPH CO.@"
|
||||||
PokemonMansionName:
|
PokemonMansionName:
|
||||||
db $4a," MANSION@"
|
db "<pkmn> MANSION@"
|
||||||
SafariZoneName:
|
SafariZoneName:
|
||||||
db "SAFARI ZONE@"
|
db "SAFARI ZONE@"
|
||||||
CeruleanCaveName:
|
CeruleanCaveName:
|
||||||
|
|
Loading…
Reference in a new issue