blob: d392f8a7036708edf167a1bdb5f4f306b52d261a (
plain)
1
2
3
4
5
6
7
8
|
CeladonMart1F_h::
db LOBBY ; tileset
db CELADON_MART_1F_HEIGHT, CELADON_MART_1F_WIDTH ; dimensions (y, x)
dw CeladonMart1F_Blocks ; blocks
dw CeladonMart1F_TextPointers ; texts
dw CeladonMart1F_Script ; scripts
db 0 ; connections
dw CeladonMart1F_Object ; objects
|