summaryrefslogtreecommitdiff
path: root/data/contest_effect.s
blob: cd960fb52fe63ac7372d7676460490595fd92461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.include "include/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"