Extracted gCapturePalette and gEvoItemPositions#215
Open
Bivurnum wants to merge 2 commits into
Open
Conversation
huderlem
reviewed
May 9, 2026
|
|
||
| gCapturePalette:: @ 0x086ACF80 | ||
| .incbin "baserom.gba", 0x6ACF80, 0x20 | ||
| .byte 139, 66, 255, 127, 63, 62, 63, 62, 223, 0, 246, 122, 114, 102, 95, 123, 159, 118, 127, 117, 255, 75, 191, 11, 29, 11, 31, 0, 33, 4, 207, 61 |
Member
There was a problem hiding this comment.
Palette data isn't a simple string of bytes like this. Instead, it's a sequence of u16, and each number is a RGB, where R, G, and B are each 5 bits. Ideally this would either be a .pal JASC file (see existing .pal files), or the palette would automatically be extracted from a .png graphics file, but it's unclear to me if there is a .png it could be extracted from.
Contributor
Author
There was a problem hiding this comment.
Gotcha. Should I revert that one, then?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Extracted gCapturePalette (0x086ACF80) and gEvoItemPositions (0x086ACFA0)
Discord username
bivurnum