mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
9 lines
260 B
NASM
Executable file
9 lines
260 B
NASM
Executable file
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
|