diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-24 10:07:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 10:07:59 -0500 |
commit | 06ae5a37e2671455bfb59935cf93d8f23923ce8a (patch) | |
tree | e3c2150b616992a2f94a865c6e3d825078a338cd /include/graphics.h | |
parent | fc3d6eb178be7efcf0f09644c9567f3b4fd83efd (diff) | |
parent | da67b6ebd9bba43c047f6b237d11bdce28de441e (diff) |
Merge pull request #1336 from GriffinRichards/giftribbons
Document some ribbon usage
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 d3d01bc57..bade0b0a7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4033,9 +4033,9 @@ extern const u32 gPokenavLeftHeaderBeauty_Gfx[]; extern const u32 gPokenavLeftHeaderCute_Gfx[]; extern const u32 gPokenavLeftHeaderSmart_Gfx[]; extern const u32 gPokenavLeftHeaderTough_Gfx[]; -extern const u16 gUnknown_08DDE010[]; -extern const u32 gUnknown_08DDE030[]; -extern const u32 gUnknown_08DDE12C[]; +extern const u16 gPokenavRibbonsSummaryBg_Pal[]; +extern const u32 gPokenavRibbonsSummaryBg_Gfx[]; +extern const u32 gPokenavRibbonsSummaryBg_Tilemap[]; extern const u32 gPageInfoTilemap[]; extern const u32 gUnknown_08D98CC8[]; |