summaryrefslogtreecommitdiff
path: root/data/scripts/mystery_event_club.inc
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-26 14:09:41 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-26 14:09:41 -0500
commit9458b3fad18eea3fbd9168a88dd33e8aa10abcda (patch)
tree62ed1ef9bd55dd482ed888793233f36d10a43294 /data/scripts/mystery_event_club.inc
parent598756eaa47b523bd557a619e05cb23399ac02e5 (diff)
single compare macro
Diffstat (limited to 'data/scripts/mystery_event_club.inc')
-rw-r--r--data/scripts/mystery_event_club.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/scripts/mystery_event_club.inc b/data/scripts/mystery_event_club.inc
index ed21a1869..7f29be0d8 100644
--- a/data/scripts/mystery_event_club.inc
+++ b/data/scripts/mystery_event_club.inc
@@ -29,11 +29,11 @@ PetalburgCity_PokemonCenter_1F_EventScript_1B1B7A:: @ 81B1B7A
call PetalburgCity_PokemonCenter_1F_EventScript_1A00F3
lock
faceplayer
- compare_var_to_imm 0x8004, 1
+ compare 0x8004, 1
call_if 1, PetalburgCity_PokemonCenter_1F_EventScript_1B1C77
- compare_var_to_imm RESULT, 0
+ compare RESULT, 0
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BB1
- compare_var_to_imm RESULT, 1
+ compare RESULT, 1
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BBB
end
@@ -83,11 +83,11 @@ PetalburgCity_PokemonCenter_1F_EventScript_1B1C36:: @ 81B1C36
call PetalburgCity_PokemonCenter_1F_EventScript_1A00F3
lock
faceplayer
- compare_var_to_imm 0x8004, 1
+ compare 0x8004, 1
call_if 1, PetalburgCity_PokemonCenter_1F_EventScript_1B1C77
- compare_var_to_imm RESULT, 0
+ compare RESULT, 0
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BB1
- compare_var_to_imm RESULT, 1
+ compare RESULT, 1
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BBB
end