summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.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/pokeblock_feed.c
parentdc273cc19d842e8831548a1342af857aae2886c9 (diff)
parent2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff)
Merge branch 'master' into battle_tower
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r--src/pokeblock_feed.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c
index 10f7d34d8..d8dd12e13 100644
--- a/src/pokeblock_feed.c
+++ b/src/pokeblock_feed.c
@@ -52,9 +52,6 @@ struct PokeblockFeedStruct
extern u16 gSpecialVar_ItemId;
extern struct MusicPlayerInfo gMPlayInfo_BGM;
-extern const u8 gBattleTerrainPalette_Frontier[];
-extern const u8 gBattleTerrainTiles_Building[];
-extern const u8 gUnknown_08D9BA44[];
extern const struct CompressedSpriteSheet gMonFrontPicTable[];
extern const u16 gUnknown_0860F074[];
@@ -387,7 +384,7 @@ static const struct WindowTemplate sWindowTemplates[] =
DUMMY_WIN_TEMPLATE
};
-static const u8* const sPokeblocksPals[] =
+static const u32* const sPokeblocksPals[] =
{
gPokeblockRed_Pal,
gPokeblockBlue_Pal,