summaryrefslogtreecommitdiff
path: root/constants/constants.s
blob: 02c219341ee85f18758ad0f961b026c3bd0e6b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	.include "constants/gba_constants.s"
	.include "constants/misc_constants.s"
	.include "constants/species_constants.s"
	.include "constants/ability_constants.s"
	.include "constants/move_constants.s"
	.include "constants/item_constants.s"
	.include "constants/type_constants.s"
	.include "constants/contest_constants.s"
	.include "constants/pokemon_data_constants.s"
	.include "constants/item_data_constants.s"
	.include "constants/battle_move_constants.s"
	.include "constants/easy_chat_constants.s"
	.include "constants/trainer_constants.s"
	.include "constants/map_constants.s"
	.include "constants/berry_constants.s"
	.include "constants/map_object_constants.s"
	.include "constants/battle_tower_constants.s"
	.include "constants/opponent_constants.s"
	.include "constants/decorations.s"
	.include "constants/variables.s"
	.include "constants/songs.s"
	.include "constants/version.s"
	.include "constants/region_map_sections.s"
	.include "constants/hold_effects.s"