diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
commit | ef2971d8dcc0768265d9b8c0eec40ea55251db8b (patch) | |
tree | 6d7ff64d528aa8241a28ee0a99247a8a28e6f487 /include/pokemon_icon.h | |
parent | dac4192fd3b875706a7f1ce8bfb97c813ea503de (diff) |
Convert GF ROM header to C
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r-- | include/pokemon_icon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index 4731da90e..9b917c3bf 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -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); |