Skip to content
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

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Conversation

AlexOn1ine
Copy link
Collaborator

Tera Shard icons. Supersedes #3080.

Full credit to PacFire.

tera_shard.mp4

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");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the repeate icons.

Copy link
Collaborator Author

@AlexOn1ine AlexOn1ine Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

// Tera Shards here
// Tera Shards

const u32 gItemIcon_NormalTeraShard[] = INCBIN_U32("graphics/items/icons/normal_tera_shard.4bpp.lz");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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");

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

applied

@AsparagusEduardo AsparagusEduardo merged commit db039ee into rh-hideout:upcoming Sep 14, 2023
1 check passed
@AsparagusEduardo AsparagusEduardo mentioned this pull request Sep 27, 2023
@AlexOn1ine AlexOn1ine deleted the tera_shards branch April 19, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants