summaryrefslogtreecommitdiff
path: root/data/contest_effect.s
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-09-25 15:03:52 -0400
committerscnorton <scnorton@biociphers.org>2017-09-25 15:03:52 -0400
commitbf9e2b7210361695a3ffdb8305c054c41ad18609 (patch)
tree282bdb705cd6d23b533a99642043a075bc3db0fe /data/contest_effect.s
parent55bae5e8adb9418552c7bd8b75523c2c8a67052b (diff)
split data3_a1
Diffstat (limited to 'data/contest_effect.s')
-rw-r--r--data/contest_effect.s22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/contest_effect.s b/data/contest_effect.s
new file mode 100644
index 000000000..31b294836
--- /dev/null
+++ b/data/contest_effect.s
@@ -0,0 +1,22 @@
+ .include "asm/macros.inc"
+ .include "constants/constants.inc"
+
+ .section .rodata
+
+@ 858C2B4
+ .include "data/contest_moves.inc"
+
+@ 858CDCC
+ .include "data/contest_effects.inc"
+
+@ A lookup table with a 1 for each combo starter ID and a 0 for ID 0,
+@ which means "not a combo starter move".
+gComboStarterLookupTable:: @ 858CE8C
+ .byte 0
+ .rept 62
+ .byte 1
+ .endr
+
+ .align 2
+@ 858CECC
+ .include "data/contest_effect_function_table.inc"