blob: a6e98bc3bc69647e51a2df0e04912f317a188945 (
plain)
1
2
3
4
5
6
7
8
|
SafariZoneCenter_h::
db FOREST ; tileset
db SAFARI_ZONE_CENTER_HEIGHT, SAFARI_ZONE_CENTER_WIDTH ; dimensions (y, x)
dw SafariZoneCenter_Blocks ; blocks
dw SafariZoneCenter_TextPointers ; texts
dw SafariZoneCenter_Script ; scripts
db 0 ; connections
dw SafariZoneCenter_Object ; objects
|