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

Added Calyrex's blue Dynamax aura #4018

Conversation

AsparagusEduardo
Copy link
Collaborator

Description

Source: https://www.youtube.com/watch?v=Y4kB7_nbu0s

Images

Before vs After:
image image

Discord contact info

AsparagusEduardo

@@ -635,8 +635,12 @@ void BattleLoadMonSpriteGfx(struct Pokemon *mon, u32 battler)
// dynamax tint
if (IsDynamaxed(battler))
{
BlendPalette(paletteOffset, 16, 4, RGB(31, 0, 12));
CpuCopy32(gPlttBufferFaded + paletteOffset, gPlttBufferUnfaded + paletteOffset, 32);
// Calyrex its forms have a blue dynamax aura instead of red.
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
// Calyrex its forms have a blue dynamax aura instead of red.
// Calyrex's forms have a blue Dynamax aura instead of red.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Meant to put "Calyrex and its forms" lol

@Bassoonian Bassoonian merged commit 4c5e131 into rh-hideout:upcoming Jan 17, 2024
1 check passed
@AsparagusEduardo AsparagusEduardo deleted the _RHH/pr/upcoming/calyrexDynamax branch January 17, 2024 17:25
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