summaryrefslogtreecommitdiff
path: root/data/maps/PokemonTower_7F/scripts.inc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-20 21:24:16 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-20 21:24:16 -0400
commit9aa5709329f4cbd497d0f21af10218f8a7547151 (patch)
treecfab322854a597cbbe794ed6260303d29d167f87 /data/maps/PokemonTower_7F/scripts.inc
parent6b503e306d73c749794cf7b61126287e3941f12f (diff)
use TRUE and FALSE for flag conditionals; more story flags
Diffstat (limited to 'data/maps/PokemonTower_7F/scripts.inc')
-rw-r--r--data/maps/PokemonTower_7F/scripts.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/PokemonTower_7F/scripts.inc b/data/maps/PokemonTower_7F/scripts.inc
index 389c32751..20fd57e6f 100644
--- a/data/maps/PokemonTower_7F/scripts.inc
+++ b/data/maps/PokemonTower_7F/scripts.inc
@@ -25,11 +25,11 @@ EventScript_1635A1:: @ 81635A1
closemessage
getplayerxy VAR_0x8004, VAR_0x8005
compare_var_to_value VAR_0x8004, 10
- goto_if_eq EventScript_1635E0
+ goto_if eq, EventScript_1635E0
compare_var_to_value VAR_0x8004, 11
- goto_if_eq EventScript_1635F0
+ goto_if eq, EventScript_1635F0
compare_var_to_value VAR_0x8004, 9
- goto_if_eq EventScript_163600
+ goto_if eq, EventScript_163600
applymovement 2, Movement_16362C
waitmovement 0
goto EventScript_163616
@@ -113,9 +113,9 @@ EventScript_163658:: @ 8163658
closemessage
getplayerxy VAR_0x8004, VAR_0x8005
compare_var_to_value VAR_0x8004, 12
- goto_if_eq EventScript_163699
+ goto_if eq, EventScript_163699
compare_var_to_value VAR_0x8004, 13
- goto_if_eq EventScript_1636A9
+ goto_if eq, EventScript_1636A9
applymovement 3, Movement_1636C6
waitmovement 0
goto EventScript_1636B9
@@ -178,9 +178,9 @@ EventScript_1636F1:: @ 81636F1
closemessage
getplayerxy VAR_0x8004, VAR_0x8005
compare_var_to_value VAR_0x8004, 10
- goto_if_eq EventScript_163725
+ goto_if eq, EventScript_163725
compare_var_to_value VAR_0x8004, 9
- goto_if_eq EventScript_163735
+ goto_if eq, EventScript_163735
applymovement 4, Movement_163754
waitmovement 0
goto EventScript_163745