diff options
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/BattleTower1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/BattleTower1F.asm b/maps/BattleTower1F.asm index 44b226486..619ec517d 100644 --- a/maps/BattleTower1F.asm +++ b/maps/BattleTower1F.asm @@ -734,7 +734,7 @@ Text_APkmnLevelExceeds: ; 0x9f1e5 text "One or more of" line "your #MON's" cont "levels exceeds @" - deciram ScriptVar, $13 + deciram ScriptVar, 1, 3 text "." done @@ -746,7 +746,7 @@ Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217 para "This BATTLE ROOM" line "is for L@" - deciram ScriptVar, $13 + deciram ScriptVar, 1, 3 text "." done |
