pokegold-spaceworld/data/maps/attributes/Office2.asm
2018-07-17 15:42:49 -04:00

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"