blob: 83161b30630b53994cba39c64a50fa51916cfc67 (
plain)
1
2
3
4
5
6
|
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 0 ; connections
dw CeladonPrizeRoomObject ; objects
|