From 85141d5edaefb95b87e0fd6a4f6104c1617714a8 Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 10 Oct 2016 02:39:19 +0200 Subject: [PATCH] Fix another derp --- source/patches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patches.c b/source/patches.c index f4c4ef4..66e55b1 100644 --- a/source/patches.c +++ b/source/patches.c @@ -657,7 +657,7 @@ u32 patchAgbBootSplash(u8 *pos, u32 size) if(off == NULL) ret = 1; else { - *off = 0x26; + off[2] = 0x26; ret = 0; }