mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 23:37:57 +13:00
7 lines
272 B
NASM
Executable file
7 lines
272 B
NASM
Executable file
CeladonGameCorner_h:
|
|
db LOBBY ; tileset
|
|
db GAME_CORNER_HEIGHT, GAME_CORNER_WIDTH ; dimensions (y, x)
|
|
dw CeladonGameCornerBlocks, CeladonGameCornerTextPointers, CeladonGameCornerScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw CeladonGameCornerObject ; objects
|