Add support to printing PSI Rockin in battle text (And not PSRockin)

This commit is contained in:
Lorenzooone 2019-08-17 03:58:57 +02:00
parent 56f62ac34f
commit d42092424b
1 changed files with 6 additions and 0 deletions

View File

@ -948,6 +948,12 @@ nop
.org 0x80BE45A :: bl be45a_set_proper_wvf_skip
.org 0x80BE4CA :: bl be4ca_set_proper_wvf_skip_goods_battle_window
//---------------------------------------------------------
// PSI Rockin in battle text
//---------------------------------------------------------
.org 0x80D3984 :: cmp r0,#3 //Now "PSI " is 4 letters long, not 2
.org 0x80D399E :: sub r0,#4 //Subtract from r0 the length of "PSI "
//---------------------------------------------------------
// Names hacks
//---------------------------------------------------------