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

fix LoadPartyImage for shift builds #1205

Merged
merged 1 commit into from
Sep 13, 2024
Merged

fix LoadPartyImage for shift builds #1205

merged 1 commit into from
Sep 13, 2024

Conversation

Rainchus
Copy link
Contributor

No description provided.

#ifdef SHIFT
//this is required on modern compilers to guarantee the raster comes directly after the palette
typedef struct Img {
u16 palette[256];
Copy link
Collaborator

@z64a z64a Sep 13, 2024

Choose a reason for hiding this comment

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

Use PAL_BIN and IMG_BIN types here.
Use "PartyImage" for both struct name and typedef.

@ethteck ethteck merged commit 3e6d7df into pmret:main Sep 13, 2024
3 checks passed
@ethteck ethteck deleted the main branch September 13, 2024 14:52
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.

3 participants