From 43c48d95c269e2024afb6ef72da4e2ff4f2ce339 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 6 Jul 2020 17:22:37 -0400 Subject: Document starter_choose.c --- src/battle_factory_screen.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/battle_factory_screen.c') diff --git a/src/battle_factory_screen.c b/src/battle_factory_screen.c index de2f3a10c..d3a5d566a 100644 --- a/src/battle_factory_screen.c +++ b/src/battle_factory_screen.c @@ -24,6 +24,7 @@ #include "pokedex.h" #include "util.h" #include "trainer_pokemon_sprites.h" +#include "starter_choose.h" #include "constants/battle_frontier.h" #include "constants/songs.h" #include "constants/rgb.h" @@ -132,8 +133,6 @@ struct FactorySwapMonsStruct bool8 unk30; }; -extern const u32 gUnknown_085B18AC[]; - // This file's functions. static void sub_819A44C(struct Sprite *sprite); static void CB2_InitSelectScreen(void); @@ -263,7 +262,7 @@ static const struct SpriteSheet gUnknown_086103BC[] = static const struct CompressedSpriteSheet gUnknown_086103E4[] = { - {gUnknown_085B18AC, 0x800, TAG_TILE_64}, + {gPokeballSelection_Gfx, 0x800, TAG_TILE_64}, {}, }; @@ -616,7 +615,7 @@ static const struct SpriteSheet gUnknown_08610650[] = static const struct CompressedSpriteSheet gUnknown_086106A0[] = { - {gUnknown_085B18AC, 0x800, TAG_TILE_64}, + {gPokeballSelection_Gfx, 0x800, TAG_TILE_64}, {}, }; -- cgit v1.2.3