summaryrefslogtreecommitdiff
path: root/src/hall_of_fame.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-29 12:36:56 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-29 12:36:56 +0100
commited546d680f726e068183f94d0104a251f75fbfe2 (patch)
tree9f95da24cadfb69e5c7b79beca923ea971cbd8a1 /src/hall_of_fame.c
parent16c46905ff08ab61fbd36c9e30e8d18aa7a03467 (diff)
pokemon animation is decompiled
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r--src/hall_of_fame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c
index 3e70e22fa..38183e807 100644
--- a/src/hall_of_fame.c
+++ b/src/hall_of_fame.c
@@ -25,6 +25,7 @@
#include "random.h"
#include "event_data.h"
#include "overworld.h"
+#include "new_menu_helpers.h"
struct HallofFameMon
{
@@ -53,7 +54,6 @@ static EWRAM_DATA struct HofGfx *sHofGfxPtr = NULL;
extern bool8 gHasHallOfFameRecords;
extern u32 gUnknown_0203BCD4;
-extern u8 gDecompressionBuffer[];
extern struct MusicPlayerInfo gMPlayInfo_BGM;
extern MainCallback gGameContinueCallback;
extern u32 gDamagedSaveSectors;
@@ -82,7 +82,6 @@ extern const u8 gContestConfetti_Gfx[];
extern const u8 gContestConfetti_Pal[];
extern void sub_81973C4(u8, u8);
-extern u16 AddTextPrinterParametrized(u8 windowId, u8 fontId, const u8 *str, u8 speed, void ( *callback)(u16, struct TextPrinter *), u8 fgColor, u8 bgColor, u8 shadowColor);
extern void sub_8175620(void);
extern u8 TrySavingData(u8);
extern u8 sub_818D3E4(u16 species, u32 trainerId, u32 personality, u8 flags, s16 x, s16 y, u8, u16);