mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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
|