Skip to content

Commit 9baad3f

Browse files
committed
Enable Chrono Trigger patch code
1 parent b8ba915 commit 9baad3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootloader/source/main.arm7.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ void loadBinary_ARM7 (aFile file)
308308
}
309309

310310
// "Chrono Trigger (Japan)"
311-
/*if(ROM_TID == 0x4a555159){
311+
if(ROM_TID == 0x4a555159){
312312
*(u32*)(0x0204e364) = 0xe3a00000; //mov r0, #0
313313
*(u32*)(0x0204e368) = 0xe12fff1e; //bx lr
314314
*(u32*)(0x0204e6c4) = 0xe3a00000; //mov r0, #0
@@ -321,7 +321,7 @@ void loadBinary_ARM7 (aFile file)
321321
*(u32*)(0x0204e338) = 0xe12fff1e; //bx lr
322322
*(u32*)(0x0204e694) = 0xe3a00000; //mov r0, #0
323323
*(u32*)(0x0204e698) = 0xe12fff1e; //bx lr
324-
}*/
324+
}
325325

326326
// "Grand Theft Auto - Chinatown Wars (USA) (En,Fr,De,Es,It)"
327327
// "Grand Theft Auto - Chinatown Wars (Europe) (En,Fr,De,Es,It)"

0 commit comments

Comments
 (0)