summaryrefslogtreecommitdiff
path: root/data/maps/objects/Office2.asm
blob: 24ef07963b3bc78a760e267bef9ae18c6921fc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDE "constants.asm"

SECTION "data/maps/objects/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/Office2.blk"