Fix hard-coded string ptr
This commit is contained in:
parent
70d1f54ab9
commit
df1fce705c
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249026:: @ 8249026
|
||||||
delay 15
|
delay 15
|
||||||
applymovement 1, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
applymovement 1, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
||||||
waitmovement 0
|
waitmovement 0
|
||||||
messageautoscroll 0x2021fc4
|
messageautoscroll gStringVar4
|
||||||
waitmessage
|
waitmessage
|
||||||
delay 48
|
delay 48
|
||||||
setvar VAR_0x8004, BATTLE_TOWER_FUNC_7
|
setvar VAR_0x8004, BATTLE_TOWER_FUNC_7
|
||||||
|
@ -99,7 +99,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249026:: @ 8249026
|
||||||
special CallBattleTowerFunc
|
special CallBattleTowerFunc
|
||||||
applymovement 4, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
applymovement 4, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
||||||
waitmovement 0
|
waitmovement 0
|
||||||
messageautoscroll 0x2021fc4
|
messageautoscroll gStringVar4
|
||||||
waitmessage
|
waitmessage
|
||||||
delay 48
|
delay 48
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue