summaryrefslogtreecommitdiff
path: root/constants/start_menu_constants.asm
blob: 3b8d12a5d2c453df97b7fb2d91501b78c195025a (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_TRAINER_GEAR ; 7
	const START_RESET ; 8