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

Word-align battle_interface.c u8 array gfx #2812

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

ghoulslash
Copy link
Collaborator

Fixes a bug noticed in another project where ability popup tiles were corrupted due to half-word alignment of ability popup gfx and CpuCopy32 and maybe other functions require word-alignment.

Simple fix is to just add ALIGNED(4) to all INCBIN_U8 defined arrays

@DizzyEggg DizzyEggg merged commit 6f13e4c into rh-hideout:upcoming Mar 10, 2023
@ghoulslash ghoulslash deleted the be/gfxalign branch March 10, 2023 22:20
@AsparagusEduardo AsparagusEduardo mentioned this pull request May 31, 2023
Pokabbie added a commit to Pokabbie/pokeemerald-rogue that referenced this pull request Jul 21, 2023
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