summaryrefslogtreecommitdiff
path: root/data/maps/objects/Route1Gate2F.asm
blob: da89d52138b977578e58607b960f0578aa856766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDE "constants.asm"

SECTION "data/maps/objects/Route1Gate2F.asm", ROMX

	map_attributes Route1Gate2F, ROUTE_1_GATE_2F, 0

Route1Gate2F_MapEvents::
	dw $4000 ; unknown

	def_warp_events
	warp_event  5,  0, ROUTE_1_GATE_1F, 5, 13

	def_bg_events
	bg_event  1,  0, 1
	bg_event  3,  0, 2

	def_object_events
	object_event  3,  3, SPRITE_LASS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0
	object_event  6,  4, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0

Route1Gate2F_Blocks::
INCBIN "maps/Route1Gate2F.blk"