mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
233 B
NASM
9 lines
233 B
NASM
; Crystal does not support SGB, so this is unused.
|
|
|
|
MapGroupRoofSGBPalInds:
|
|
; entries correspond to map groups
|
|
table_width 1, MapGroupRoofSGBPalInds
|
|
db PREDEFPAL_ROUTES
|
|
db PREDEFPAL_OLIVINE
|
|
assert_table_length NUM_MAP_GROUPS + 1
|