Convert GF ROM header to C

This commit is contained in:
GriffinR
2021-11-01 01:42:02 -04:00
parent dac4192fd3
commit ef2971d8dc
7 changed files with 189 additions and 89 deletions
+2
View File
@@ -2,6 +2,8 @@
#define GUARD_POKEMON_ICON_H
extern const u8 gMonIconPaletteIndices[];
extern const u8 *const gMonIconTable[];
extern const struct SpritePalette gMonIconPaletteTable[];
const u8 *GetMonIconTiles(u16 species, bool32);
void TryLoadAllMonIconPalettesAtOffset(u16 offset);