diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-05 11:36:47 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-05 11:36:47 -0800 |
commit | aed64560bc222e4ea5ccec266c0d77859a05eaac (patch) | |
tree | ecdbc1f85cf112f24207adb27b63b93d1e503edf /data/scripts/safari_zone.inc | |
parent | f5fbe5b66226f4e7e38fe5d4638831d1ce19b36b (diff) |
Add friendly macros for goto_if and call_if variants
Diffstat (limited to 'data/scripts/safari_zone.inc')
-rw-r--r-- | data/scripts/safari_zone.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/safari_zone.inc b/data/scripts/safari_zone.inc index f41fd1f8c..d34b357ea 100644 --- a/data/scripts/safari_zone.inc +++ b/data/scripts/safari_zone.inc @@ -44,7 +44,7 @@ gUnknown_081C346A:: @ 81C346A lockall special SafariZoneGetPokeblockNameInFeeder compare RESULT, 0xFFFF - goto_if 5, EventScript_1C34A9 + goto_if_ne EventScript_1C34A9 msgbox UnknownString_81C354E, MSGBOX_YESNO compare RESULT, YES goto_if_eq EventScript_1C348E @@ -56,7 +56,7 @@ EventScript_1C348E: special OpenPokeblockCaseOnFeeder waitstate compare RESULT, 0xFFFF - goto_if 5, EventScript_1C34A0 + goto_if_ne EventScript_1C34A0 end EventScript_1C34A0: |