summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-24 16:50:14 -0600
committerGitHub <noreply@github.com>2018-12-24 16:50:14 -0600
commita54aa03d20dacc88879404b87a5f6a7eb7babc54 (patch)
tree6dc1cdc3d1d82b89c64c9350435035d0f3b5f45b /include/graphics.h
parentc2ca57e8ac02324c3c7d18063844b2a7fd7c217f (diff)
parent8833004d41cfdb4aefa7c61c0558458fd0302115 (diff)
Merge pull request #475 from DizzyEggg/learn
asm party and fldeff clean-up
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index d9b0de08e..5cb6354aa 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4797,4 +4797,11 @@ extern const u32 gCableCarDoor_Gfx[];
extern const u32 gCableCarCord_Gfx[];
extern const u16 gCableCar_Pal[];
+// Party menu
+extern const u32 gPartyMenuPokeball_Gfx[];
+extern const u32 gPartyMenuPokeballSmall_Gfx[];
+extern const u32 gStatusPal_Icons[];
+extern const u32 gPartyMenuPokeball_Pal[];
+extern const u32 gStatusPal_Icons[];
+
#endif //GUARD_GRAPHICS_H