diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-09 13:41:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 13:41:52 -0600 |
commit | a7722a0b936132527ff0bf8fd8213ab0bbd25e44 (patch) | |
tree | 5d5d35d69ce37bde44e1be56fc72f7b3b0d78241 /include/graphics.h | |
parent | 342d23e0bac6beb6b0e9471ec607e1b6c0ab1352 (diff) |
Decompile cable_car.c (#438)
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index b51926b8d..e2889ed86 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4740,4 +4740,12 @@ extern const u32 gUnknown_08D8D58C[]; extern const u32 gPokedexAreaScreenAreaUnknown_Gfx[]; extern const u16 gPokedexAreaScreenAreaUnknown_Pal[]; +// Cable Car +extern const u32 gUnknown_08DBA5B8[]; +extern const u16 gUnknown_08DBA518[]; +extern const u32 gCableCar_Gfx[]; +extern const u32 gCableCarDoor_Gfx[]; +extern const u32 gCableCarCord_Gfx[]; +extern const u16 gCableCar_Pal[]; + #endif //GUARD_GRAPHICS_H |