summaryrefslogtreecommitdiff
path: root/maps/DragonsDen1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/DragonsDen1F.asm')
-rw-r--r--maps/DragonsDen1F.asm29
1 files changed, 11 insertions, 18 deletions
diff --git a/maps/DragonsDen1F.asm b/maps/DragonsDen1F.asm
index 0ff616c59..2fbc62dfe 100644
--- a/maps/DragonsDen1F.asm
+++ b/maps/DragonsDen1F.asm
@@ -1,26 +1,19 @@
DragonsDen1F_MapScripts:
-.SceneScripts:
- db 0
+ db 0 ; scene scripts
-.MapCallbacks:
- db 0
+ db 0 ; callbacks
DragonsDen1F_MapEvents:
- ; filler
- db 0, 0
+ db 0, 0 ; filler
-.Warps:
- db 4
- warp_def 3, 5, 8, BLACKTHORN_CITY
- warp_def 3, 3, 4, DRAGONS_DEN_1F
- warp_def 5, 15, 1, DRAGONS_DEN_B1F
- warp_def 5, 13, 2, DRAGONS_DEN_1F
+ db 4 ; warp events
+ warp_event 3, 5, BLACKTHORN_CITY, 8
+ warp_event 3, 3, DRAGONS_DEN_1F, 4
+ warp_event 5, 15, DRAGONS_DEN_B1F, 1
+ warp_event 5, 13, DRAGONS_DEN_1F, 2
-.CoordEvents:
- db 0
+ db 0 ; coord events
-.BGEvents:
- db 0
+ db 0 ; bg events
-.ObjectEvents:
- db 0
+ db 0 ; object events