mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-14 14:59:52 -05:00
7 lines
211 B
NASM
Executable File
7 lines
211 B
NASM
Executable File
Lance_h:
|
|
db DOJO ; tileset
|
|
db LANCES_ROOM_HEIGHT, LANCES_ROOM_WIDTH ; dimensions (y, x)
|
|
dw LanceBlocks, LanceTextPointers, LanceScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw LanceObject ; objects
|