Files
pokecrystal/maps/DragonsDen1F.asm
2017-12-28 14:31:25 -05:00

27 lines
338 B
NASM

DragonsDen1F_MapScriptHeader:
.SceneScripts:
db 0
.MapCallbacks:
db 0
DragonsDen1F_MapEventHeader:
; filler
db 0, 0
.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
.CoordEvents:
db 0
.BGEvents:
db 0
.ObjectEvents:
db 0