summaryrefslogtreecommitdiff
path: root/src/data/graphics
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-07 20:16:19 +0800
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-07 20:18:24 +0800
commit4fc3fa9e44fb3de091b5e1b157915e1b8fb6510b (patch)
treee0f76d6265e5f7a83ee68cc8ec67b33e6a49c29e /src/data/graphics
parentf9ff7316d5c7277eb7482e30121388cd65f4ecfc (diff)
Realign comments, clean tables in pokemon_animation.c and use SPECIES_OLD_UNOWN_ defines
Diffstat (limited to 'src/data/graphics')
-rw-r--r--src/data/graphics/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/graphics/items.h b/src/data/graphics/items.h
index 0c4a6e21b..26da9061d 100644
--- a/src/data/graphics/items.h
+++ b/src/data/graphics/items.h
@@ -134,7 +134,7 @@ const u32 gItemIconPalette_GreenShard[] = INCBIN_U32("graphics/items/icon_palett
const u32 gItemIcon_HPUp[] = INCBIN_U32("graphics/items/icons/hp_up.4bpp.lz");
const u32 gItemIconPalette_HPUp[] = INCBIN_U32("graphics/items/icon_palettes/hp_up.gbapal.lz");
-const u32 gItemIcon_Vitamin[] = INCBIN_U32("graphics/items/icons/vitamin.4bpp.lz");
+const u32 gItemIcon_Vitamin[] = INCBIN_U32("graphics/items/icons/vitamin.4bpp.lz");
const u32 gItemIconPalette_Protein[] = INCBIN_U32("graphics/items/icon_palettes/protein.gbapal.lz");
const u32 gItemIconPalette_Iron[] = INCBIN_U32("graphics/items/icon_palettes/iron.gbapal.lz");
const u32 gItemIconPalette_Carbos[] = INCBIN_U32("graphics/items/icon_palettes/carbos.gbapal.lz");