summaryrefslogtreecommitdiff
path: root/data/maps/ThreeIsland/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-08 19:16:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-08 19:16:57 -0500
commit2e5bf6c9ef4f4406b1dd725e91a88cbdd10ad5c2 (patch)
treeefaa59d9de2fa1df7621d859b6c0f2ebc91ebd8b /data/maps/ThreeIsland/scripts.inc
parent31d31d326034fde26dedaf2dadb1c608e00fb92f (diff)
Use map_script constants, name unique map_script labels
Diffstat (limited to 'data/maps/ThreeIsland/scripts.inc')
-rw-r--r--data/maps/ThreeIsland/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/ThreeIsland/scripts.inc b/data/maps/ThreeIsland/scripts.inc
index 718524fcf..a63d1350e 100644
--- a/data/maps/ThreeIsland/scripts.inc
+++ b/data/maps/ThreeIsland/scripts.inc
@@ -1,8 +1,8 @@
ThreeIsland_MapScripts:: @ 81677AD
- map_script 3, ThreeIsland_MapScript1_1677B3
+ map_script MAP_SCRIPT_ON_TRANSITION, ThreeIsland_OnTransition
.byte 0
-ThreeIsland_MapScript1_1677B3:: @ 81677B3
+ThreeIsland_OnTransition:: @ 81677B3
setworldmapflag FLAG_WORLD_MAP_THREE_ISLAND
checkflag FLAG_RESCUED_LOSTELLE
call_if TRUE, EventScript_1677CB