-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tera Shards Icons #3307
Tera Shards Icons #3307
Conversation
src/data/graphics/items.h
Outdated
const u32 gItemIcon_NormalTeraShard[] = INCBIN_U32("graphics/items/icons/normal_tera_shard.4bpp.lz"); | ||
const u32 gItemIconPalette_NormalTeraShard[] = INCBIN_U32("graphics/items/icon_palettes/normal_tera_shard.gbapal.lz"); | ||
|
||
const u32 gItemIcon_FireTeraShard[] = INCBIN_U32("graphics/items/icons/normal_tera_shard.4bpp.lz"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the repeate icons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/data/graphics/items.h
Outdated
// Tera Shards here | ||
// Tera Shards | ||
|
||
const u32 gItemIcon_NormalTeraShard[] = INCBIN_U32("graphics/items/icons/normal_tera_shard.4bpp.lz"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const u32 gItemIcon_NormalTeraShard[] = INCBIN_U32("graphics/items/icons/normal_tera_shard.4bpp.lz"); | |
const u32 gItemIcon_TeraShard[] = INCBIN_U32("graphics/items/icons/tera_shard.4bpp.lz"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applied
Tera Shard icons. Supersedes #3080.
Full credit to PacFire.
tera_shard.mp4