blob: 4ae9c5b71ec49d717f846af5209736d98725d859 (
plain)
1
2
3
4
5
6
7
8
|
MrFujisHouse_h:
db HOUSE ; tileset
db MR_FUJIS_HOUSE_HEIGHT, MR_FUJIS_HOUSE_WIDTH ; dimensions (y, x)
dw MrFujisHouse_Blocks ; blocks
dw MrFujisHouse_TextPointers ; texts
dw MrFujisHouse_Script ; scripts
db 0 ; connections
dw MrFujisHouse_Object ; objects
|