diff options
Diffstat (limited to 'maps/DragonsDen1F.asm')
-rw-r--r-- | maps/DragonsDen1F.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/DragonsDen1F.asm b/maps/DragonsDen1F.asm index aaadae4d4..46f6a30a5 100644 --- a/maps/DragonsDen1F.asm +++ b/maps/DragonsDen1F.asm @@ -1,5 +1,5 @@ DragonsDen1F_MapScriptHeader: -.MapTriggers: +.SceneScripts: db 0 .MapCallbacks: @@ -16,11 +16,11 @@ DragonsDen1F_MapEventHeader: warp_def $f, $5, 1, DRAGONS_DEN_B1F warp_def $d, $5, 2, DRAGONS_DEN_1F -.XYTriggers: +.CoordEvents: db 0 -.Signposts: +.BGEvents: db 0 -.PersonEvents: +.ObjectEvents: db 0 |