mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
9 lines
285 B
NASM
Executable File
9 lines
285 B
NASM
Executable File
CeruleanCaveB1F_h:
|
|
db CAVERN ; tileset
|
|
db CERULEAN_CAVE_B1F_HEIGHT, CERULEAN_CAVE_B1F_WIDTH ; dimensions (y, x)
|
|
dw CeruleanCaveB1F_Blocks ; blocks
|
|
dw CeruleanCaveB1F_TextPointers ; texts
|
|
dw CeruleanCaveB1F_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeruleanCaveB1F_Object ; objects
|