summaryrefslogtreecommitdiff
path: root/include/starter_choose.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/starter_choose.h')
-rw-r--r--include/starter_choose.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/starter_choose.h b/include/starter_choose.h
index 18af478aa..535e272b7 100644
--- a/include/starter_choose.h
+++ b/include/starter_choose.h
@@ -2,9 +2,9 @@
#define GUARD_STARTER_CHOOSE_H
extern const u16 gBirchBagGrassPal[2][16];
-extern const u8 gBirchBagTilemap[];
-extern const u8 gBirchGrassTilemap[];
-extern const u8 gBirchHelpGfx[];
+extern const u32 gBirchBagTilemap[];
+extern const u32 gBirchGrassTilemap[];
+extern const u32 gBirchHelpGfx[];
u16 GetStarterPokemon(u16 chosenStarterId);
void CB2_ChooseStarter(void);