mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-20 17:58:03 -05:00
7 lines
281 B
NASM
Executable File
7 lines
281 B
NASM
Executable File
CeladonPrizeRoom_h:
|
|
db LOBBY ; tileset
|
|
db CELADON_PRIZE_ROOM_HEIGHT, CELADON_PRIZE_ROOM_WIDTH ; dimensions (y, x)
|
|
dw CeladonPrizeRoomBlocks, CeladonPrizeRoomTextPointers, CeladonPrizeRoomScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw CeladonPrizeRoomObject ; objects
|