mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
197 B
NASM
9 lines
197 B
NASM
Flypoints:
|
|
; entries correspond to FLY_* constants
|
|
; landmark, spawn point
|
|
db LANDMARK_LEVEL_1, SPAWN_LEVEL_1
|
|
if DEF(_DEBUG)
|
|
db LANDMARK_DEBUGLEVEL_1, SPAWN_DEBUGLEVEL_1
|
|
endc
|
|
db -1 ; end
|