summaryrefslogtreecommitdiff
path: root/data/scripts/mystery_event_club.inc
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-24 17:10:51 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-24 17:10:51 -0500
commit1e2601a0287fdacfb8f0d680fbe82a274414ea65 (patch)
tree75243530e4250a4ff2caf75368cd53d34f4e0a99 /data/scripts/mystery_event_club.inc
parent86e7bf1fd61b151011038cdb281db3de0a1d9e6a (diff)
more script command renaming
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 97adca508..4ed0cef11 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 0x8004, 1
+ compare_var_to_imm 0x8004, 1
call_if 1, PetalburgCity_PokemonCenter_1F_EventScript_1B1C77
- compare RESULT, 0
+ compare_var_to_imm RESULT, 0
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BB1
- compare RESULT, 1
+ compare_var_to_imm 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 0x8004, 1
+ compare_var_to_imm 0x8004, 1
call_if 1, PetalburgCity_PokemonCenter_1F_EventScript_1B1C77
- compare RESULT, 0
+ compare_var_to_imm RESULT, 0
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BB1
- compare RESULT, 1
+ compare_var_to_imm RESULT, 1
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_1B1BBB
end