From fde179edc53d2e8853a2005951f44e4eb88cb9d1 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 29 Sep 2009 22:11:54 +0200 Subject: [PATCH] Changes HBC's title id to JODI lol --- boot2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot2.c b/boot2.c index 09fded6..83a4db7 100644 --- a/boot2.c +++ b/boot2.c @@ -314,7 +314,7 @@ static u32 match[] = { static u32 patch[] = { 0xBC024708, 0x10001, - 0x48415858, + 0x4a4f4449, }; u32 boot2_run(u32 tid_hi, u32 tid_lo) {