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

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

	map_attributes Route15Pokecenter2F, ROUTE_15_POKECENTER_2F, 0

Route15Pokecenter2F_MapEvents::
	dw $4000 ; unknown

	def_warp_events
	warp_event  0,  7, ROUTE_15_POKECENTER_1F, 3, 57

	def_bg_events

	def_object_events

Route15Pokecenter2F_Blocks::
INCBIN "maps/Route15Pokecenter2F.blk"