diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-29 00:10:55 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-29 00:10:55 -0500 |
commit | df1fce705c0cafa98c3f0fd9dde762259b6c9f2b (patch) | |
tree | 711998563e8ab7dd64484b818428f98edf1331dc | |
parent | 70d1f54ab96235b0e0d07d40526f16449e7cb1e7 (diff) |
Fix hard-coded string ptr
-rw-r--r-- | data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc b/data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc index ab6e0f888..02bc267a3 100644 --- a/data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc +++ b/data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc @@ -91,7 +91,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249026:: @ 8249026 delay 15 applymovement 1, BattleFrontier_BattleTowerBattleRoom2_Movement_249545 waitmovement 0 - messageautoscroll 0x2021fc4 + messageautoscroll gStringVar4 waitmessage delay 48 setvar VAR_0x8004, BATTLE_TOWER_FUNC_7 @@ -99,7 +99,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249026:: @ 8249026 special CallBattleTowerFunc applymovement 4, BattleFrontier_BattleTowerBattleRoom2_Movement_249545 waitmovement 0 - messageautoscroll 0x2021fc4 + messageautoscroll gStringVar4 waitmessage delay 48 |