blob: a3198eea7116ac8660b57b495e6b5c32e1252cc0 (
plain)
1
2
3
4
5
6
7
8
|
FuchsiaMeetingRoom_h::
db LAB ; tileset
db FUCHSIA_MEETING_ROOM_HEIGHT, FUCHSIA_MEETING_ROOM_WIDTH ; dimensions (y, x)
dw FuchsiaMeetingRoom_Blocks ; blocks
dw FuchsiaMeetingRoom_TextPointers ; texts
dw FuchsiaMeetingRoom_Script ; scripts
db 0 ; connections
dw FuchsiaMeetingRoom_Object ; objects
|