-
Notifications
You must be signed in to change notification settings - Fork 70
Codeshared cen and chi e_breakable
#2933
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
Codeshared cen and chi e_breakable
#2933
Conversation
| enum OVL_EXPORT(Palette) { | ||
| PAL_NONE = 0, | ||
| PAL_BREAKABLE_DEBRIS = 0x159, | ||
| }; | ||
|
|
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.
Won't all OVL_DRA palettes (anything without the top bit set) be shared? This could be moved to include since I think it's universal.
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.
No, not all non-8XXX palettes will be shared, only at most 0x100-0x1FF. That being said, there hasn't been a word either way. I'm not against adjusting this however is best, the enum is just the last word I've gotten..
No description provided.