blob: c9a21b177769a5b3004c017e7d331e78c6f15134 (
plain)
1
2
3
4
5
6
7
8
|
SilphCo2F_h::
db FACILITY ; tileset
db SILPH_CO_2F_HEIGHT, SILPH_CO_2F_WIDTH ; dimensions (y, x)
dw SilphCo2F_Blocks ; blocks
dw SilphCo2F_TextPointers ; texts
dw SilphCo2F_Script ; scripts
db 0 ; connections
dw SilphCo2F_Object ; objects
|