pokecrystal-board/data/wild/roammon_maps.asm

21 lines
394 B
NASM
Raw Normal View History

; Maps that roaming monsters can be on, and possible maps they can jump to.
; Notably missing are Route 40 and Route 41, which are water routes.
MACRO roam_map
map_id \1
2018-01-22 08:30:17 -08:00
db _NARG - 1
rept _NARG - 1
map_id \2
shift
endr
db 0
DEF list_index += 1
2017-12-28 13:31:16 -08:00
ENDM
2018-06-24 07:09:41 -07:00
RoamMaps:
list_start RoamMaps
2018-01-22 08:30:17 -08:00
; start map, ...other maps
roam_map N_A, N_A, N_A
assert_list_length NUM_ROAMMON_MAPS
db -1 ; end