diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-28 03:49:15 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-28 03:54:04 -0400 |
commit | 71a066f9457416581a22ddc82d81984e45d06dca (patch) | |
tree | cb7156f923e160f2fc54c45b69efdae72e9cf13e /include | |
parent | f7d82f940e6320ab11674d14a43ce0fd45451780 (diff) |
Document cable car
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4c98bee47..735336b79 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4893,11 +4893,11 @@ extern const u32 gWallpaperTilemap_Horizontal[]; extern const u16 gWallpaperPalettes_Horizontal[][16]; // Cable Car -extern const u32 gUnknown_08DBA5B8[]; -extern const u16 gUnknown_08DBA518[]; +extern const u32 gCableCarBg_Gfx[]; +extern const u16 gCableCarBg_Pal[]; extern const u32 gCableCar_Gfx[]; extern const u32 gCableCarDoor_Gfx[]; -extern const u32 gCableCarCord_Gfx[]; +extern const u32 gCableCarCable_Gfx[]; extern const u16 gCableCar_Pal[]; // Trade |