summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-06 09:53:56 -0800
committerGitHub <noreply@github.com>2018-01-06 09:53:56 -0800
commitb396c6038cec6eba5eed46ed8f70f6a465acc2a6 (patch)
tree7c3be19b73aae2f31f0cca77e94621aced62c7be /include/graphics.h
parent818dfa314e1658ab797af686fedd464c9fda6557 (diff)
parente6d86ff7748e67d22ec22e7f842bd9552fd8f292 (diff)
Merge pull request #445 from PikalaxALT/cable_car
Cable car and Cable car util
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 42e6fd5c6..00a210350 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2736,4 +2736,11 @@ extern const u8 gVersionTiles[];
extern const u16 gUnknown_08E9F624[];
extern const u8 gUnknown_08E9F7E4[];
+extern const u8 gCableCar_Gfx[];
+extern const u8 gCableCarDoor_Gfx[];
+extern const u8 gCableCarCord_Gfx[];
+extern const u16 gCableCar_Pal[];
+extern const u16 gCableCarBG_Pal[];
+extern const u8 gCableCarBG_Gfx[];
+
#endif // GUARD_GRAPHICS_H