summaryrefslogtreecommitdiff
path: root/constants/start_menu_constants.asm
blob: 294ad78a5897ac5e8dde9cd15ed4521f4df30a60 (plain)
1
2
3
4
5
6
7
8
9
10
	const_def
	const START_POKEDEX ; 0
	const START_PARTY ; 1
	const START_BACKPACK ; 2
	const START_TRAINERCARD ; 3
	const START_SAVE ; 4
	const START_OPTIONS ; 5
	const START_EXIT ; 6
	const START_POKEGEAR ; 7
	const START_RESET ; 8