summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
commitecfdc57e1cff1fa34ff7edcf7524aeadbc265b69 (patch)
tree123155f492599caf4597b6fc812a0a064d3962bd /include/graphics.h
parent9776f51f0643a8d988fcd5fc2ac404a7ea285235 (diff)
parentf1f6c7337f4f2f002b456468b0ccc327fc494d02 (diff)
Merge branch 'master' into fix_nonmatching
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 76a45f6f6..889dc3916 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2739,7 +2739,15 @@ extern const u16 gCableCar_Pal[];
extern const u16 gCableCarBG_Pal[];
extern const u8 gCableCarBG_Gfx[];
-// data/graphics.s
+extern const u8 gPSSMenuHeader_Gfx[];
+extern const u8 gPSSMenuHeader_Tilemap[];
+extern const u16 gPSSMenu1_Pal[];
+extern const u16 gPSSMenu2_Pal[];
+extern const u8 gPSSMenuMisc_Gfx[];
+extern const u8 gPSSMenuMisc_Tilemap[];
+extern const u16 gPSSMenu3_Pal[];
+extern const u16 gPSSMenu4_Pal[];
+
extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_000;
extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_001;
extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_002;