Skip to content

Commit

Permalink
B4DS: Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 27, 2023
1 parent 57f3ee8 commit 7fc8e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloader/source/arm7/patch_arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +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, "YEE", 3) == 0 && romTid[3] != 'J') || strncmp(romTid, "BEB", 3) == 0 || strncmp(romTid, "BEE", 3) == 0) && !ce9AltLargeTable) // 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 7fc8e27

Please sign in to comment.