summaryrefslogtreecommitdiff
path: root/maps/DragonsDen1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/DragonsDen1F.asm')
-rw-r--r--maps/DragonsDen1F.asm18
1 files changed, 8 insertions, 10 deletions
diff --git a/maps/DragonsDen1F.asm b/maps/DragonsDen1F.asm
index 5e13d911c..de37ae8c8 100644
--- a/maps/DragonsDen1F.asm
+++ b/maps/DragonsDen1F.asm
@@ -1,28 +1,26 @@
-DragonsDen1F_MapScriptHeader: ; 0x18c874
- ; trigger count
+DragonsDen1F_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x18c876
-DragonsDen1F_MapEventHeader: ; 0x18c876
+DragonsDen1F_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 4
warp_def $5, $3, 8, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $3, $3, 4, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
warp_def $f, $5, 1, GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F
warp_def $d, $5, 2, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 0
-; 0x18c890