summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-02-23 09:08:07 -0800
committerultima-soul <akshayjhanji@hotmail.com>2019-02-23 09:08:07 -0800
commiteb48cc2f7eefc1e56c2dcec21c38381b4534b897 (patch)
tree515e07cbea59669da4caf4a2883eef318db70db6 /include
parent9d8a43a1fb5d83680bd8509fa3fbc3b491b8bbf8 (diff)
Decompile through sub_8167930.
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h5
-rw-r--r--include/strings.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index f7eaa394d..47962110d 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4762,6 +4762,11 @@ extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[];
extern const u32 gBattleAnimFogTilemap[];
+extern const u32 gUsePokeblockGraph_Gfx[];
+extern const u32 gUsePokeblockGraph_Tilemap[];
+extern const u16 gUsePokeblockGraph_Pal[];
+extern const u16 gUsePokeblockNatureWin_Pal[];
+
// Berry blender
extern const u32 gBerryBlenderArrowTiles[];
extern const u32 gBerryBlenderStartTiles[];
diff --git a/include/strings.h b/include/strings.h
index 74f3ca727..2c3d966b7 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -9,6 +9,11 @@ extern const u8 gText_OpenLevel[];
extern const u8 gText_Mom[];
extern const u8 gText_Dad[];
+extern const u8 gText_GetsAPokeBlockQuestion[];
+extern const u8 gText_WontEatAnymore[];
+extern const u8 gText_WasEnhanced[];
+extern const u8 gText_NothingChanged[];
+
extern const u8 gText_Cool[];
extern const u8 gText_Beauty[];
extern const u8 gText_Cute[];