summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_ScottsHouse
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-27 20:25:09 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-27 20:25:09 -0500
commite77e7844ea6b6cdba1a6386f144aa712aea1807b (patch)
tree9d4b545bf8ca949e55b662cd2f6f536ee78136cd /data/maps/BattleFrontier_ScottsHouse
parent648fc3d4f33b0df553b0fd3737843a1495351993 (diff)
Name several vars, document some related events
Diffstat (limited to 'data/maps/BattleFrontier_ScottsHouse')
-rw-r--r--data/maps/BattleFrontier_ScottsHouse/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BattleFrontier_ScottsHouse/scripts.inc b/data/maps/BattleFrontier_ScottsHouse/scripts.inc
index 9278252e6..52863d474 100644
--- a/data/maps/BattleFrontier_ScottsHouse/scripts.inc
+++ b/data/maps/BattleFrontier_ScottsHouse/scripts.inc
@@ -184,11 +184,11 @@ BattleFrontier_ScottsHouse_EventScript_263943:: @ 8263943
applymovement 1, Common_Movement_FacePlayer
waitmovement 0
msgbox BattleFrontier_ScottsHouse_Text_263BD4, MSGBOX_DEFAULT
- compare VAR_0x40D1, 13
+ compare VAR_SCOTT_STATE, 13
goto_if_eq BattleFrontier_ScottsHouse_EventScript_2639BC
- compare VAR_0x40D1, 9
+ compare VAR_SCOTT_STATE, 9
goto_if_ge BattleFrontier_ScottsHouse_EventScript_2639CB
- compare VAR_0x40D1, 6
+ compare VAR_SCOTT_STATE, 6
goto_if_ge BattleFrontier_ScottsHouse_EventScript_2639DA
goto BattleFrontier_ScottsHouse_EventScript_2639E9
end