blob: e43d2ec7e2e2a4faaada7efdcd23bc8dc436794b (
plain)
1
2
3
4
5
6
7
8
|
GameCornerPrizeRoom_h:
db LOBBY ; tileset
db GAME_CORNER_PRIZE_ROOM_HEIGHT, GAME_CORNER_PRIZE_ROOM_WIDTH ; dimensions (y, x)
dw GameCornerPrizeRoom_Blocks ; blocks
dw GameCornerPrizeRoom_TextPointers ; texts
dw GameCornerPrizeRoom_Script ; scripts
db 0 ; connections
dw GameCornerPrizeRoom_Object ; objects
|