summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-26 23:55:36 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-26 23:55:36 +0200
commit52be8eeaf15da7b281d48c51b1f4d06740a86c76 (patch)
treeac1c7d0a092f4d16c9ebef0b2538ef46b80c44d5 /src/save_failed_screen.c
parentdc273cc19d842e8831548a1342af857aae2886c9 (diff)
parent2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff)
Merge branch 'master' into battle_tower
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r--src/save_failed_screen.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c
index 2587bf10a..ae23f8245 100644
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -2,6 +2,7 @@
#include "text.h"
#include "main.h"
#include "palette.h"
+#include "graphics.h"
#include "gpu_regs.h"
#include "bg.h"
#include "decompress.h"
@@ -9,18 +10,13 @@
#include "window.h"
#include "menu.h"
#include "save.h"
+#include "starter_choose.h"
#include "gba/flash_internal.h"
#include "text_window.h"
#define MSG_WIN_TOP 12
#define CLOCK_WIN_TOP (MSG_WIN_TOP - 4)
-extern const u8 gBirchHelpGfx[];
-extern const u8 gBirchBagTilemap[];
-extern const u8 gBirchGrassTilemap[];
-extern const u16 gBirchBagGrassPal[];
-extern const u16 gUnknown_0860F074[];
-
extern u8 gText_SaveFailedCheckingBackup[];
extern u8 gText_BackupMemoryDamaged[];
extern u8 gText_CheckCompleted[];
@@ -148,7 +144,7 @@ static const u8 sClockFrames[8][3] =
};
static const u8 sSaveFailedClockPal[] = INCBIN_U8("graphics/misc/clock_small.gbapal");
-static const u8 sSaveFailedClockGfx[] = INCBIN_U8("graphics/misc/clock_small.4bpp.lz");
+static const u32 sSaveFailedClockGfx[] = INCBIN_U32("graphics/misc/clock_small.4bpp.lz");
static void CB2_SaveFailedScreen(void);
static void CB2_WipeSave(void);