Skip to content

Commit

Permalink
Add more hook locations 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 4ab5abe commit df9f55d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,18 @@ int hookNdsRetailArm7(
hookLocation = (u32*)0x238DF60;
break;

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

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

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

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

0 comments on commit df9f55d

Please sign in to comment.