You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -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
|