blob: e4c6c4729d04e752aa82c10679dfacbab1823851 (
plain)
1
2
3
4
5
6
7
8
|
SSAnneKitchen_h::
db SHIP ; tileset
db SS_ANNE_KITCHEN_HEIGHT, SS_ANNE_KITCHEN_WIDTH ; dimensions (y, x)
dw SSAnneKitchen_Blocks ; blocks
dw SSAnneKitchen_TextPointers ; texts
dw SSAnneKitchen_Script ; scripts
db 0 ; connections
dw SSAnneKitchen_Object ; objects
|