mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
16 lines
357 B
NASM
16 lines
357 B
NASM
; Landmarks indexes (see data/maps/landmarks.asm)
|
|
const_def
|
|
const LANDMARK_LEVEL_1 ; 00
|
|
DEF NUM_LANDMARKS EQU const_value
|
|
|
|
; used in CaughtData
|
|
const_def $7f, -1
|
|
const LANDMARK_EVENT ; $7f
|
|
const LANDMARK_GIFT ; $7e
|
|
|
|
; Regions
|
|
const_def
|
|
const JOHTO_REGION ; 0
|
|
const KANTO_REGION ; 1
|
|
DEF NUM_REGIONS EQU const_value
|