Skip to content

Commit

Permalink
Update patch_arm9.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 27, 2023
1 parent 582f22c commit 57f3ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retail/bootloader/source/arm7/patch_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ void patchHiHeapPointer(cardengineArm9* ce9, const module_params_t* moduleParams
if ((!nandAccess && extendedMemory)
|| (moduleParams->sdk_version < 0x2008000 && moduleParams->sdk_version != 0x20029A8)
|| (ce9NotInHeap && !ce9AltLargeTable && cheatSizeTotal <= 4)
|| (strncmp(romTid, "YEE", 3) == 0 && romTid[3] != 'J') || strncmp(romTid, "BEB", 3) == 0 || strncmp(romTid, "BEE", 3) == 0 // Inazuma Eleven 1 & 2
|| strncmp(romTid, "CLJ", 3) == 0 // Mario & Luigi: Bowser's Inside Story
|| strncmp(romTid, "VSO", 3) == 0 // Sonic Classic Collection
|| arm7mbk == 0x080037C0) {
Expand Down

0 comments on commit 57f3ee8

Please sign in to comment.