Merge pull request #279 from PikalaxALT/field_effect

Field effect
This commit is contained in:
PikalaxALT
2020-03-02 12:11:22 -05:00
committed by GitHub
51 changed files with 4132 additions and 10303 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
const struct CompressedSpritePalette gMonPaletteTable[] =
// A dirty hack because field_effect.c requires this not be const
__attribute__((section(".rodata"))) struct CompressedSpritePalette gMonPaletteTable[] =
{
SPECIES_PAL(NONE, gMonPalette_CircledQuestionMark),
SPECIES_PAL(BULBASAUR, gMonPalette_Bulbasaur),