pokecrystal-board/maps/DragonsDen1F.asm
2015-11-27 00:22:14 -05:00

29 lines
362 B
NASM

const_value set 2
DragonsDen1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
DragonsDen1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
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
.Signposts:
db 0
.PersonEvents:
db 0