mirror of
https://github.com/pret/pokeyellow.git
synced 2026-06-02 22:14:32 -05:00
7 lines
293 B
NASM
Executable File
7 lines
293 B
NASM
Executable File
FuchsiaMeetingRoom_h:
|
|
db LAB ; tileset
|
|
db FUCHSIA_MEETING_ROOM_HEIGHT, FUCHSIA_MEETING_ROOM_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaMeetingRoomBlocks, FuchsiaMeetingRoomTextPointers, FuchsiaMeetingRoomScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw FuchsiaMeetingRoomObject ; objects
|