mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
7 lines
301 B
NASM
Executable file
7 lines
301 B
NASM
Executable file
ViridianForestExit_h:
|
|
db FOREST_GATE ; tileset
|
|
db VIRIDIAN_FOREST_EXIT_HEIGHT, VIRIDIAN_FOREST_EXIT_WIDTH ; dimensions (y, x)
|
|
dw ViridianForestExitBlocks, ViridianForestExitTextPointers, ViridianForestExitScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw ViridianForestExitObject ; objects
|