mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
7 lines
248 B
NASM
Executable File
7 lines
248 B
NASM
Executable File
FightingDojo_h:
|
|
db DOJO ; tileset
|
|
db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x)
|
|
dw FightingDojoBlocks, FightingDojoTextPointers, FightingDojoScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw FightingDojoObject ; objects
|