diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 15:50:23 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 15:55:28 -0400 |
commit | 778bdb4d30f0fa99affd338832c71d3857dba592 (patch) | |
tree | ba1b4be2ed640c0ad06f0e6432c05e9b379ef152 /include/graphics.h | |
parent | 09cfed64b5a10a51ca246ce7a4f57b95cf4b4456 (diff) |
Document wallclock data
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4c98bee47..158697af0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3180,11 +3180,12 @@ extern const u32 gDecorIconPalette_RegiceDoll[]; extern const u32 gDecorIcon_RegisteelDoll[]; extern const u32 gDecorIconPalette_RegisteelDoll[]; -extern const u32 gWallclock_Gfx[]; -extern const u16 gWallclockMale_Pal[]; -extern const u16 gWallclockFemale_Pal[]; -extern const u32 gUnknown_08DCC648[]; -extern const u32 gUnknown_08DCC908[]; +extern const u32 gWallClock_Gfx[]; +extern const u16 gWallClockMale_Pal[]; +extern const u16 gWallClockFemale_Pal[]; +extern const u32 gWallClockStart_Tilemap[]; +extern const u32 gWallClockView_Tilemap[]; + extern const u32 gBerryFixGameboy_Gfx[]; extern const u32 gBerryFixGameboy_Tilemap[]; extern const u16 gBerryFixGameboy_Pal[]; |