mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-23 11:26:28 -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
|