- comment out print log in RLUnCompWram;
- applied changes from thunk to 0.9.10 branch.
This commit is contained in:
parent
75cab45f6f
commit
7291304b4e
|
@ -6,15 +6,15 @@ Current team
|
|||
------------
|
||||
Guillaume Duhamel
|
||||
Normmatt
|
||||
Bernat Muñoz (shash)
|
||||
Riccardo Magliocchetti
|
||||
Max Tabachenko (CrazyMax)
|
||||
CrazyMax
|
||||
zeromus
|
||||
rogerman
|
||||
Luigi__
|
||||
|
||||
Contributors
|
||||
------------
|
||||
Bernat Muñoz (shash)
|
||||
Allustar
|
||||
amponzi
|
||||
Anthony Molinaro
|
||||
|
|
|
@ -1999,7 +1999,9 @@ static void PrepareBiosARM9()
|
|||
|
||||
//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.
|
||||
//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);
|
||||
T1WriteWord(MMU.ARM9_BIOS, 0x20 + 0x9C, gameInfo.header.logoCRC16);
|
||||
//... and with that we are at 0xBC:
|
||||
|
|
|
@ -654,7 +654,7 @@ TEMPLATE static u32 RLUnCompWram()
|
|||
{
|
||||
//this routine is used by yoshi touch&go from the very beginning
|
||||
|
||||
printf("RLUnCompWram\n");
|
||||
//printf("RLUnCompWram\n");
|
||||
|
||||
int i;
|
||||
int len;
|
||||
|
|
|
@ -32,12 +32,13 @@ const char *team[] = {
|
|||
"Guillaume Duhamel",
|
||||
"Normmatt",
|
||||
"Riccardo Magliocchetti",
|
||||
"Max Tabachenko (CrazyMax)",
|
||||
"CrazyMax",
|
||||
"zeromus",
|
||||
"rogerman",
|
||||
"Luigi__",
|
||||
"",
|
||||
"Contributors\1",
|
||||
"Bernat Muñoz (shash)",
|
||||
"Allustar",
|
||||
"amponzi",
|
||||
"Anthony Molinaro",
|
||||
|
@ -52,7 +53,6 @@ const char *team[] = {
|
|||
"Pascal Giard (evilynux)",
|
||||
"Ben Jaques (masscat)",
|
||||
"Jeff Bland",
|
||||
"Bernat Muñoz (shash)",
|
||||
"matusz",
|
||||
"nitsuja",
|
||||
"gocha",
|
||||
|
|
Loading…
Reference in New Issue