blob: ed306ad0d92f068aed982a37aace5807cddf6c85 (
plain)
1
2
3
4
5
6
7
8
|
SafariZoneGate_h:
db GATE ; tileset
db SAFARI_ZONE_GATE_HEIGHT, SAFARI_ZONE_GATE_WIDTH ; dimensions (y, x)
dw SafariZoneGate_Blocks ; blocks
dw SafariZoneGate_TextPointers ; texts
dw SafariZoneGate_Script ; scripts
db 0 ; connections
dw SafariZoneGate_Object ; objects
|