diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:28:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:28:12 -0600 |
commit | 680d3fd7b980578024226eccffe2e01072826227 (patch) | |
tree | 45bd58a6df683e25685a2a6bd9ff2d4c5116dcf5 /include/graphics.h | |
parent | b3551bc2f328c286c6ecc45ea288665d46b44260 (diff) | |
parent | 7bf330e9f2b048a9b3d7882c80c9aa413c55484a (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 7 |
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 |