mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
9 lines
314 B
NASM
Executable file
9 lines
314 B
NASM
Executable file
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
|