diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:28:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:28:12 -0600 |
commit | 680d3fd7b980578024226eccffe2e01072826227 (patch) | |
tree | 45bd58a6df683e25685a2a6bd9ff2d4c5116dcf5 /data/scripts/safari_zone.inc | |
parent | b3551bc2f328c286c6ecc45ea288665d46b44260 (diff) | |
parent | 7bf330e9f2b048a9b3d7882c80c9aa413c55484a (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
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: |