Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Wokann committed Feb 3, 2025
1 parent 5d70fea commit 82579a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion retail/bootloader/source/arm7/patch_arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ u32 patchCardNdsArm7(
dbg_printf("\nGameCodeMatch:");
dbg_hexa(GameCodeMatch);
dbg_printf("\nSaveRelocation:");
dbg_printf(saveRelocation);
dbg_hexa(saveRelocation);
dbg_printf("\n");
if (!(saveRelocation == FALSE && GameCodeMatch == TRUE)){
if (newArm7binarySize==0x2352C || newArm7binarySize==0x235DC || newArm7binarySize==0x23CAC || newArm7binarySize==0x245C0 || newArm7binarySize==0x245C4) {
Expand Down
2 changes: 1 addition & 1 deletion retail/bootloaderi/source/arm7/patch_arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ u32 patchCardNdsArm7(
dbg_printf("\nGameCodeMatch:");
dbg_hexa(GameCodeMatch);
dbg_printf("\nSaveRelocation:");
dbg_printf(saveRelocation);
dbg_hexa(saveRelocation);
dbg_printf("\n");
if (!(saveRelocation == FALSE && GameCodeMatch == TRUE)){
if (newArm7binarySize==0x2352C || newArm7binarySize==0x235DC || newArm7binarySize==0x23CAC || newArm7binarySize==0x245C0 || newArm7binarySize==0x245C4) {
Expand Down

0 comments on commit 82579a5

Please sign in to comment.