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 /src/graphics.c | |
parent | fc3d6eb178be7efcf0f09644c9567f3b4fd83efd (diff) | |
parent | da67b6ebd9bba43c047f6b237d11bdce28de441e (diff) |
Merge pull request #1336 from GriffinRichards/giftribbons
Document some ribbon usage
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/graphics.c b/src/graphics.c index aa8d5c249..3f49cd2e7 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1506,11 +1506,9 @@ const u16 gWallpaperPalettes_Ribbon[][16] = const u32 gWallpaperTiles_Ribbon[] = INCBIN_U32("graphics/pokemon_storage/ribbon.4bpp.lz"); const u32 gWallpaperTilemap_Ribbon[] = INCBIN_U32("graphics/pokemon_storage/ribbon.bin.lz"); -// pokenav - -const u16 gUnknown_08DDE010[] = INCBIN_U16("graphics/pokenav/ribbons.gbapal"); -const u32 gUnknown_08DDE030[] = INCBIN_U32("graphics/pokenav/ribbons.4bpp.lz"); -const u32 gUnknown_08DDE12C[] = INCBIN_U32("graphics/pokenav/ribbons.bin.lz"); +const u16 gPokenavRibbonsSummaryBg_Pal[] = INCBIN_U16("graphics/pokenav/ribbons/summary_bg.gbapal"); +const u32 gPokenavRibbonsSummaryBg_Gfx[] = INCBIN_U32("graphics/pokenav/ribbons/summary_bg.4bpp.lz"); +const u32 gPokenavRibbonsSummaryBg_Tilemap[] = INCBIN_U32("graphics/pokenav/ribbons/summary_bg.bin.lz"); const u16 gMonIconPalettes[][16] = { |