mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -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
|