Skip to content

Commit

Permalink
Add hook location for DSi-Exclusive cart games
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 22, 2019
1 parent 32064ab commit 4ab5abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions retail/bootloader/source/arm7/hook_arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ int hookNdsRetailArm7(
hookLocation = (u32*)0x238DF60;
break;

case 0x00026DF4:
hookLocation = (u32*)0x23A6AD4; // DSi-Exclusive cart games
break;

case 0x00028F84:
hookLocation = (u32*)0x2391918;
break;
Expand Down

0 comments on commit 4ab5abe

Please sign in to comment.