summaryrefslogtreecommitdiff
path: root/data/mapObjects/route1.asm
blob: ae4fec990e52f2076428a1c1300f3560278b49e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Route1Object:
	db $b ; border block

	db $0 ; warps

	db $1 ; signs
	sign $9, $1b, $3 ; Route1Text3

	db $2 ; objects
	object SPRITE_BUG_CATCHER, $5, $18, WALK, $1, $1 ; person
	object SPRITE_BUG_CATCHER, $f, $d, WALK, $2, $2 ; person

	; warp-to (unused)
	warp_to $2, $7, $4