diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-09 20:40:25 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-11-10 16:37:14 -0600 |
| commit | a3ee92a4e7c59c6274b6d7a1c7239845f5bbb8ab (patch) | |
| tree | 376e689bf8f22360fba48caad169036a0cbf8778 /data/maps/BattleFrontier_ScottsHouse/scripts.inc | |
| parent | 5ac8b126e96bae1be77725f9638a0e01c56b0767 (diff) | |
Document some frontier util funcs
Diffstat (limited to 'data/maps/BattleFrontier_ScottsHouse/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_ScottsHouse/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/BattleFrontier_ScottsHouse/scripts.inc b/data/maps/BattleFrontier_ScottsHouse/scripts.inc index eeb6f6904..4f5ab96af 100644 --- a/data/maps/BattleFrontier_ScottsHouse/scripts.inc +++ b/data/maps/BattleFrontier_ScottsHouse/scripts.inc @@ -89,7 +89,7 @@ BattleFrontier_ScottsHouse_EventScript_263811:: @ 8263811 BattleFrontier_ScottsHouse_EventScript_26381B:: @ 826381B setvar VAR_FRONTIER_BATTLE_MODE, 0 - setvar VAR_0x8004, 2 + setvar VAR_0x8004, FRONTIER_UTIL_FUNC_2 setvar VAR_0x8005, 1 setvar VAR_0x8006, 0 special CallFrontierUtilFunc @@ -98,7 +98,7 @@ BattleFrontier_ScottsHouse_EventScript_26381B:: @ 826381B special sub_8161F74 compare VAR_RESULT, 50 goto_if_ge BattleFrontier_ScottsHouse_EventScript_26387A - setvar VAR_0x8004, 2 + setvar VAR_0x8004, FRONTIER_UTIL_FUNC_2 setvar VAR_0x8005, 1 setvar VAR_0x8006, 1 special CallFrontierUtilFunc @@ -132,7 +132,7 @@ BattleFrontier_ScottsHouse_EventScript_2638AA:: @ 82638AA BattleFrontier_ScottsHouse_EventScript_2638B4:: @ 82638B4 setvar VAR_FRONTIER_BATTLE_MODE, 0 - setvar VAR_0x8004, 2 + setvar VAR_0x8004, FRONTIER_UTIL_FUNC_2 setvar VAR_0x8005, 1 setvar VAR_0x8006, 0 special CallFrontierUtilFunc @@ -141,7 +141,7 @@ BattleFrontier_ScottsHouse_EventScript_2638B4:: @ 82638B4 special sub_8161F74 compare VAR_RESULT, 100 goto_if_ge BattleFrontier_ScottsHouse_EventScript_263913 - setvar VAR_0x8004, 2 + setvar VAR_0x8004, FRONTIER_UTIL_FUNC_2 setvar VAR_0x8005, 1 setvar VAR_0x8006, 1 special CallFrontierUtilFunc |
