mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-31 08:39:19 +13:00
6 lines
210 B
NASM
Executable file
6 lines
210 B
NASM
Executable file
Bruno_h:
|
|
db GYM ; tileset
|
|
db BRUNOS_ROOM_HEIGHT, BRUNOS_ROOM_WIDTH ; dimensions (y, x)
|
|
dw BrunoBlocks, BrunoTextPointers, BrunoScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw BrunoObject ; objects
|