[ Wiki | Release Lists | Patches | J-DB ]
PocketHeaven Sponsors:
[ Jandaman | DealExtreme ]



Pocket Heaven
Pocket Emulation Discussion Boards
 
    SearchSearch   MemberlistMemberlist  RSS FeedRSS Feed  RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GBC BIOS
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Pocket Heaven Forum Index -> Goomba
View previous topic :: View next topic  
Author Message
Dwedit
Administrator


Joined: 26 Feb 2004
Posts: 2218
Location: Chicago!

PostPosted: Wed Sep 30, 2009 11:20 am    Post subject: Reply with quote

Ed the Nerd wrote:
This is excellent Very Happy

Could this help with getting gbc on the gameboy micro Question


No.
_________________
Here come the fortune cookies! Here come the fortune cookies!
They're wearing paper hats!
Back to top
View user's profile Send private message Visit poster's website
Asaki
Member


Joined: 15 Apr 2009
Posts: 82

PostPosted: Wed Sep 30, 2009 9:36 pm    Post subject: Reply with quote

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
View user's profile Send private message
kuwanger
Member


Joined: 11 Mar 2004
Posts: 278

PostPosted: Wed Sep 30, 2009 10:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
Asaki
Member


Joined: 15 Apr 2009
Posts: 82

PostPosted: Wed Sep 30, 2009 10:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
Asaki
Member


Joined: 15 Apr 2009
Posts: 82

PostPosted: Fri Oct 02, 2009 8:20 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Pocket Heaven Forum Index -> Goomba All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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