diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-09-03 16:24:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 16:24:27 -0400 |
commit | 1264c4615a8bf53733850a22874d52d1d18bcae2 (patch) | |
tree | b38b10c99d4d5fab7e07d9fcc11cd8801fa56376 /include/graphics.h | |
parent | 1e3e39249827f779a16162be014d9c9ee8621db8 (diff) | |
parent | 627373c9631ed2bc9da1a50aa5aa2bb1e27285ab (diff) |
Merge pull request #1158 from GriffinRichards/doc-cablecar
Document cable car
Diffstat (limited to 'include/graphics.h')
-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 cb8708aeb..d59a192e9 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 |