summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-09-04 19:48:04 -0400
committerGitHub <noreply@github.com>2020-09-04 19:48:04 -0400
commitc3f6c56e19e74af02efcf3d01f79528dba7dfc28 (patch)
treeb3586c3b4e69422192a587b5b312e4efb57ba05a /include/graphics.h
parent135ed6a1623ecda72ede79a12d2a8483231da95f (diff)
parent778bdb4d30f0fa99affd338832c71d3857dba592 (diff)
Merge pull request #1161 from GriffinRichards/doc-wallclock
Document wall clock data
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/graphics.h b/include/graphics.h
index d59a192e9..32268d6db 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[];