- comment out print log in RLUnCompWram;

- applied changes from thunk to 0.9.10 branch.
This commit is contained in:
mtabachenko 2013-11-27 12:09:40 +00:00
parent 75cab45f6f
commit 7291304b4e
4 changed files with 8 additions and 6 deletions

View File

@ -6,15 +6,15 @@ Current team
------------ ------------
Guillaume Duhamel Guillaume Duhamel
Normmatt Normmatt
Bernat Muñoz (shash)
Riccardo Magliocchetti Riccardo Magliocchetti
Max Tabachenko (CrazyMax) CrazyMax
zeromus zeromus
rogerman rogerman
Luigi__ Luigi__
Contributors Contributors
------------ ------------
Bernat Muñoz (shash)
Allustar Allustar
amponzi amponzi
Anthony Molinaro Anthony Molinaro

View File

@ -1999,7 +1999,9 @@ static void PrepareBiosARM9()
//copy the logo content into the bios - Pokemon Platinum uses this in Pal Park trade //copy the logo content into the bios - Pokemon Platinum uses this in Pal Park trade
//it compares the logo from the arm9 bios to the logo in the GBA header. //it compares the logo from the arm9 bios to the logo in the GBA header.
//NOTE: we could MAYBE solve this by patching the rom of a mounted GBA game with whatever's here, even if its all zeroes. //NOTE: in the unlikely event that the valid header is missing from the gameInfo, we'd be doing wrong here.
// however, its nice not to have the logo embedded here.
// TODO - take a CRC of the logo, check vs logoCRC16, and a hardcoded value, to make sure all is in order--report error if not
memcpy(&MMU.ARM9_BIOS[0x20], &gameInfo.header.logo[0], 0x9C); memcpy(&MMU.ARM9_BIOS[0x20], &gameInfo.header.logo[0], 0x9C);
T1WriteWord(MMU.ARM9_BIOS, 0x20 + 0x9C, gameInfo.header.logoCRC16); T1WriteWord(MMU.ARM9_BIOS, 0x20 + 0x9C, gameInfo.header.logoCRC16);
//... and with that we are at 0xBC: //... and with that we are at 0xBC:

View File

@ -654,7 +654,7 @@ TEMPLATE static u32 RLUnCompWram()
{ {
//this routine is used by yoshi touch&go from the very beginning //this routine is used by yoshi touch&go from the very beginning
printf("RLUnCompWram\n"); //printf("RLUnCompWram\n");
int i; int i;
int len; int len;

View File

@ -32,12 +32,13 @@ const char *team[] = {
"Guillaume Duhamel", "Guillaume Duhamel",
"Normmatt", "Normmatt",
"Riccardo Magliocchetti", "Riccardo Magliocchetti",
"Max Tabachenko (CrazyMax)", "CrazyMax",
"zeromus", "zeromus",
"rogerman", "rogerman",
"Luigi__", "Luigi__",
"", "",
"Contributors\1", "Contributors\1",
"Bernat Muñoz (shash)",
"Allustar", "Allustar",
"amponzi", "amponzi",
"Anthony Molinaro", "Anthony Molinaro",
@ -52,7 +53,6 @@ const char *team[] = {
"Pascal Giard (evilynux)", "Pascal Giard (evilynux)",
"Ben Jaques (masscat)", "Ben Jaques (masscat)",
"Jeff Bland", "Jeff Bland",
"Bernat Muñoz (shash)",
"matusz", "matusz",
"nitsuja", "nitsuja",
"gocha", "gocha",