mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
7 lines
225 B
NASM
Executable File
7 lines
225 B
NASM
Executable File
School_h:
|
|
db HOUSE ; tileset
|
|
db VIRIDIAN_SCHOOL_HEIGHT, VIRIDIAN_SCHOOL_WIDTH ; dimensions (y, x)
|
|
dw SchoolBlocks, SchoolTextPointers, SchoolScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw SchoolObject ; objects
|