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 de37ae8c8..aaadae4d4 100644 --- a/maps/DragonsDen1F.asm +++ b/maps/DragonsDen1F.asm @@ -11,10 +11,10 @@ DragonsDen1F_MapEventHeader: .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 + warp_def $5, $3, 8, BLACKTHORN_CITY + warp_def $3, $3, 4, DRAGONS_DEN_1F + warp_def $f, $5, 1, DRAGONS_DEN_B1F + warp_def $d, $5, 2, DRAGONS_DEN_1F .XYTriggers: db 0 |