summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-04 00:09:07 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-04 00:09:07 -0500
commit86e1d1098e2554f21c42784115e9f69fb81b2925 (patch)
tree54ea701b1c2145244c6a30b9b7601f56e4141a80 /include
parent3c709ef2ede275d6eeaa319a603c199a3906226b (diff)
Declare as static what can be so declared
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 1d66172ca..17abb840e 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2697,5 +2697,10 @@ extern const u16 gSlotMachineSpritePalette3[];
extern const u16 gSlotMachineSpritePalette4[];
extern const u16 gSlotMachineSpritePalette5[];
extern const u16 gSlotMachineSpritePalette6[];
+extern const u8 gSlotMachine_Gfx[];
+extern const u8 gSlotMachineReelTimeLights_Gfx[];
+extern const u16 gUnknown_08E95A18[];
+extern const u16 gUnknown_08E95AB8[];
+extern const u16 gUnknown_08E95FB8[];
#endif // GUARD_GRAPHICS_H