summaryrefslogtreecommitdiff
path: root/data/events/collision_stdscripts.asm
blob: dff26dd85fd498a1c9b79fc9fa49046bde64656d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; stdscripts associated with tile collisions

TileCollisionStdScripts:
	; collision type,        stdscript
	dbw COLL_BOOKSHELF,      magazinebookshelf
	dbw COLL_PC,             pcscript
	dbw COLL_RADIO,          radio1
	dbw COLL_TOWN_MAP,       townmap
	dbw COLL_MART_SHELF,     merchandiseshelf
	dbw COLL_TV,             tv
	dbw COLL_WINDOW,         window
	dbw COLL_INCENSE_BURNER, incenseburner
	db -1 ; end