diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 15:48:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 15:48:09 -0400 |
commit | ca3d39512ce4857f6389888045c5d6d562331302 (patch) | |
tree | 51676025912effbee62c2c08e4eac97d0974c6b0 /data/contest_effect.s | |
parent | e6a71d1c3759fa3f5b4d71a8cd08b21905948a8c (diff) |
Decompile contest effect data
Diffstat (limited to 'data/contest_effect.s')
-rw-r--r-- | data/contest_effect.s | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/contest_effect.s b/data/contest_effect.s deleted file mode 100644 index cd960fb52..000000000 --- a/data/contest_effect.s +++ /dev/null @@ -1,21 +0,0 @@ - .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" |