summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h3
-rw-r--r--include/pokemon_summary_screen.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index dc0389420..03c9e5de6 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4854,4 +4854,7 @@ extern const u32 gFireRedTrainerCard_Gfx[];
extern const u16 gEmeraldTrainerCard_Pal[];
extern const u32 gEmeraldTrainerCard_Gfx[];
+// battle_interface
+extern const u8 gHealthboxElementsGfxTable[][32];
+
#endif //GUARD_GRAPHICS_H
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h
index 3695d46df..6f96fa86d 100644
--- a/include/pokemon_summary_screen.h
+++ b/include/pokemon_summary_screen.h
@@ -34,5 +34,6 @@ enum PokemonSummaryScreenPage
s32 GetLastViewedMonIndex(void);
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
+extern const u8 *gNatureNames[];
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H