summaryrefslogtreecommitdiff
path: root/src/data/graphics
diff options
context:
space:
mode:
authorPapa Cancer <thechurchofcage@gmail.com>2019-05-19 18:10:06 +0100
committerhuderlem <huderlem@gmail.com>2019-05-22 21:10:16 -0500
commite53ba4773d747ef04be818c6741c92918d1e747e (patch)
treed2c07261f439a86be294dd678bcfd5438a027cd5 /src/data/graphics
parentdbdb827e547d9e1746d620755a53468d75ce1b65 (diff)
Documenting bags, berries and graphics
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting
Diffstat (limited to 'src/data/graphics')
-rw-r--r--src/data/graphics/berries.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/graphics/berries.h b/src/data/graphics/berries.h
index 326bd1c5b..eb3f9f4dc 100644
--- a/src/data/graphics/berries.h
+++ b/src/data/graphics/berries.h
@@ -1,8 +1,8 @@
-const u32 gUnknown_08D9BB44[] = INCBIN_U32("graphics/interface/check_berry.4bpp.lz");
-const u32 gUnknown_08D9BEF0[] = INCBIN_U32("graphics/interface/check_berry.gbapal.lz");
+const u32 gBerryCheck_Gfx[] = INCBIN_U32("graphics/interface/check_berry.4bpp.lz");
+const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/interface/check_berry.gbapal.lz");
-const u32 gUnknown_08D9BF98[] = INCBIN_U32("graphics/interface/berry_tag.bin.lz");
-const u32 gUnknown_08D9C13C[] = INCBIN_U32("graphics/interface/berry_tag_title.bin.lz");
+const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/interface/berry_tag.bin.lz");
+const u32 gBerryTag_Pal[] = INCBIN_U32("graphics/interface/berry_tag_title.bin.lz");
const u32 gBerryCheckCircle_Gfx[] = INCBIN_U32("graphics/interface/check_berry_circle.4bpp.lz");