mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 11:47:38 -05:00
18 lines
245 B
NASM
18 lines
245 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/Office2.asm", ROMX
|
|
|
|
map_attributes Office2, OFFICE_2, 0
|
|
|
|
Office2_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Office2_Blocks::
|
|
INCBIN "maps/Office2.blk"
|