PocketHeaven Sponsors:
| View previous topic :: View next topic |
| Author |
Message |
Dwedit Administrator

Joined: 26 Feb 2004 Posts: 2218 Location: Chicago!
|
Posted: Wed Sep 30, 2009 11:20 am Post subject: |
|
|
| Ed the Nerd wrote: | This is excellent
Could this help with getting gbc on the gameboy micro  |
No. _________________ Here come the fortune cookies! Here come the fortune cookies!
They're wearing paper hats! |
|
| Back to top |
|
 |
Asaki Member
Joined: 15 Apr 2009 Posts: 82
|
Posted: Wed Sep 30, 2009 9:36 pm Post subject: |
|
|
I'm still trying to get these to convert into PAL files, but this is what I've got so far:
Edit: Disregard.
Last edited by Asaki on Thu Oct 01, 2009 4:55 am; edited 2 times in total |
|
| Back to top |
|
 |
kuwanger Member

Joined: 11 Mar 2004 Posts: 278
|
Posted: Wed Sep 30, 2009 10:13 pm Post subject: |
|
|
Semi-colon is used to comment out lines. So you want something like:
| Code: |
;BROWN
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
|
or
| Code: |
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00 ;BROWN
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
|
_________________ Kuwanger Projects Like stag beetles in tubes |
|
| Back to top |
|
 |
Asaki Member
Joined: 15 Apr 2009 Posts: 82
|
Posted: Wed Sep 30, 2009 10:16 pm Post subject: |
|
|
Yeah, I figured it out now. Your Linux formatting threw me off.
Here we go, 99% certain these are the correct values:
| Code: | ;BROWN
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
;RED
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x7B,0xFF,0x31, 0x00,0x84,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x63,0xA5,0xFF, 0x00,0x00,0xFF, 0x00,0x00,0x00
;DARK BROWN
0xFF,0xE6,0xC5, 0xCE,0x9C,0x84, 0x84,0x6B,0x29, 0x5A,0x31,0x08
0xFF,0xE6,0xC5, 0xCE,0x9C,0x84, 0x84,0x6B,0x29, 0x5A,0x31,0x08
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xAD,0x63, 0x84,0x31,0x00, 0x00,0x00,0x00
;PASTEL MIX
0xFF,0xFF,0xA5, 0xFF,0x94,0x94, 0x94,0x94,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xA5, 0xFF,0x94,0x94, 0x94,0x94,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xA5, 0xFF,0x94,0x94, 0x94,0x94,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xA5, 0xFF,0x94,0x94, 0x94,0x94,0xFF, 0x00,0x00,0x00
;ORANGE
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0xFF,0x00,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0xFF,0x00,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0xFF,0x00,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0xFF,0x00,0x00, 0x00,0x00,0x00
;YELLOW
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0x7B,0x4A,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0xFF,0x00, 0x7B,0x4A,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x63,0xA5,0xFF, 0x00,0x00,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x7B,0xFF,0x31, 0x00,0x84,0x00, 0x00,0x00,0x00
;BLUE
0xFF,0xFF,0xFF, 0x63,0xA5,0xFF, 0x00,0x00,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x63,0xA5,0xFF, 0x00,0x00,0xFF, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x7B,0xFF,0x31, 0x00,0x84,0x00, 0x00,0x00,0x00
;DARK BLUE
0xFF,0xFF,0xFF, 0x8C,0x8C,0xDE, 0x52,0x52,0x8C, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x8C,0x8C,0xDE, 0x52,0x52,0x8C, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
;GRAY
0xFF,0xFF,0xFF, 0xA5,0xA5,0xA5, 0x52,0x52,0x52, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xA5,0xA5,0xA5, 0x52,0x52,0x52, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xA5,0xA5,0xA5, 0x52,0x52,0x52, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xA5,0xA5,0xA5, 0x52,0x52,0x52, 0x00,0x00,0x00
;GREEN
0xFF,0xFF,0xFF, 0x52,0xFF,0x00, 0xFF,0x42,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x52,0xFF,0x00, 0xFF,0x42,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x52,0xFF,0x00, 0xFF,0x42,0x00, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x52,0xFF,0x00, 0xFF,0x42,0x00, 0x00,0x00,0x00
;DARK GREEN
0xFF,0xFF,0xFF, 0x7B,0xFF,0x31, 0x00,0x63,0xC5, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0x7B,0xFF,0x31, 0x00,0x63,0xC5, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
0xFF,0xFF,0xFF, 0xFF,0x84,0x84, 0x94,0x3A,0x3A, 0x00,0x00,0x00
;REVERSE
0x00,0x00,0x00, 0x00,0x84,0x84, 0xFF,0xDE,0x00, 0xFF,0xFF,0xFF
0x00,0x00,0x00, 0x00,0x84,0x84, 0xFF,0xDE,0x00, 0xFF,0xFF,0xFF
0x00,0x00,0x00, 0x00,0x84,0x84, 0xFF,0xDE,0x00, 0xFF,0xFF,0xFF
0x00,0x00,0x00, 0x00,0x84,0x84, 0xFF,0xDE,0x00, 0xFF,0xFF,0xFF |
|
|
| Back to top |
|
 |
Asaki Member
Joined: 15 Apr 2009 Posts: 82
|
Posted: Fri Oct 02, 2009 8:20 pm Post subject: |
|
|
| Dwedit wrote: | | Then it looks at table 773, and takes the 5 least sig bits (for background palette?), and then the 3 most sig bits (for sprite palette?). |
Don't know if this helps at all, but most of the palettes load three different palettes (at least I haven't seen any yet where the window was different from the background). |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|