summaryrefslogtreecommitdiff
path: root/data/maps/Route20/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/Route20/scripts.inc')
-rw-r--r--data/maps/Route20/scripts.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/data/maps/Route20/scripts.inc b/data/maps/Route20/scripts.inc
index 1d277231d..2131ca106 100644
--- a/data/maps/Route20/scripts.inc
+++ b/data/maps/Route20/scripts.inc
@@ -3,10 +3,8 @@ Route20_MapScripts:: @ 816823B
.byte 0
Route20_OnTransition:: @ 8168241
- checkflag FLAG_STOPPED_SEAFOAM_B3F_CURRENT
- call_if FALSE, EventScript_168254
- checkflag FLAG_STOPPED_SEAFOAM_B4F_CURRENT
- call_if FALSE, EventScript_16826D
+ call_if_unset FLAG_STOPPED_SEAFOAM_B3F_CURRENT, EventScript_168254
+ call_if_unset FLAG_STOPPED_SEAFOAM_B4F_CURRENT, EventScript_16826D
end
EventScript_168254:: @ 8168254