summaryrefslogtreecommitdiff
path: root/data/contest_effect.s
blob: 7bcb36bf19b810626f8829dd7a2e876d49bfcc1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.include "asm/macros.inc"
	.include "constants/constants.inc"

	.section .rodata

@ 83CF594
	.include "data/contest_moves.inc"

@ 83D00AC
	.include "data/contest_effects.inc"

@ A lookup table with TRUE for each combo starter ID and FALSE for ID 0,
@ which means "not a combo starter move".
gComboStarterLookupTable:: @ 83D016C
	.byte FALSE
	.rept 62
	.byte TRUE
	.endr

@ 83D01AC
	.include "data/contest_effect_funcs.inc"