mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-22 10:17:14 -05:00
15 lines
259 B
NASM
15 lines
259 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/Office2.asm", ROMX
|
|
map_attributes Office2, OFFICE_2, 0
|
|
|
|
Office2_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
db 0 ; warp events
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
Office2_Blocks:: INCBIN "maps/blk/Office2.blk" |