Fix another derp
This commit is contained in:
parent
fa13b8fbd0
commit
85141d5eda
@ -657,7 +657,7 @@ u32 patchAgbBootSplash(u8 *pos, u32 size)
|
|||||||
if(off == NULL) ret = 1;
|
if(off == NULL) ret = 1;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
*off = 0x26;
|
off[2] = 0x26;
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user