diff options
Diffstat (limited to 'maps/BattleTower1F.asm')
-rw-r--r-- | maps/BattleTower1F.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/BattleTower1F.asm b/maps/BattleTower1F.asm index b7113f347..910d27a69 100644 --- a/maps/BattleTower1F.asm +++ b/maps/BattleTower1F.asm @@ -527,7 +527,7 @@ Text_AskRegisterRecord_Mobile: Text_PlayerGotFive: ; 0x9eb7e text "<PLAYER> got five" line "@" - text_from_ram StringBuffer4 + text_from_ram wStringBuffer4 text "!@" sound_item text_waitbutton @@ -637,7 +637,7 @@ Text_YourPkmnWillBeHealedToFullHealth: ; 0x9ee92 Text_NextUpOpponentNo: ; 0x9eebc text "Next up, opponent" line "no.@" - text_from_ram StringBuffer3 + text_from_ram wStringBuffer3 text ". Ready?" done @@ -736,7 +736,7 @@ Text_APkmnLevelExceeds: ; 0x9f1e5 text "One or more of" line "your #MON's" cont "levels exceeds @" - deciram ScriptVar, 1, 3 + deciram wScriptVar, 1, 3 text "." done @@ -748,7 +748,7 @@ Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217 para "This BATTLE ROOM" line "is for L@" - deciram ScriptVar, 1, 3 + deciram wScriptVar, 1, 3 text "." done |