Skip to content

Commit 4699eba

Browse files
AND THE WINNER FOR THE STUPIDEST FIX EVER GOES TOOOOO
1 parent 9d9b452 commit 4699eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader/source/card_patcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ u32 patchCardNdsArm9 (const tNDSHeader* ndsHeader, u32* cardEngineLocation, modu
612612

613613
copyLoop ((u32*)cardReadStartOffset, cardReadPatch, 0xF0);
614614

615-
copyLoop ((u32*)(cardPullOutOffset), cardPullOutPatch, 0x5C);
615+
copyLoop ((u32*)(cardPullOutOffset), cardPullOutPatch, 0x4);
616616

617617
if (cardIdStartOffset) {
618618
copyLoop ((u32*)cardIdStartOffset, cardIdPatch, 0x8);

0 commit comments

Comments
 (0)