blob: da8a589a0911cbac45526a531b0f0adf90ca2838 (
plain)
1
2
3
4
5
6
7
8
|
FightingDojo_h::
db DOJO ; tileset
db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x)
dw FightingDojo_Blocks ; blocks
dw FightingDojo_TextPointers ; texts
dw FightingDojo_Script ; scripts
db 0 ; connections
dw FightingDojo_Object ; objects
|