summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-30 10:34:35 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-30 10:34:35 -0400
commit8153737bae7169d42b8937c5dc7eec6f669acbb2 (patch)
tree16347ff0c011990a11dee4a34220a4753152b59c /maps
parented29db5841849345c5971a9b08681dfb6560c07d (diff)
Enumerate text constants
Diffstat (limited to 'maps')
-rw-r--r--maps/BattleTower1F.asm4
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