Fix another derp

This commit is contained in:
Aurora 2016-10-10 02:39:19 +02:00
parent fa13b8fbd0
commit 85141d5eda

View File

@ -657,7 +657,7 @@ u32 patchAgbBootSplash(u8 *pos, u32 size)
if(off == NULL) ret = 1;
else
{
*off = 0x26;
off[2] = 0x26;
ret = 0;
}