Skip to content

Commit

Permalink
Update patch_common.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 17, 2024
1 parent 8267537 commit 8b70d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hb/bootloader/source/arm7/patch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ patchOffsetCacheContents patchOffsetCache;
void patchBinary(const tNDSHeader* ndsHeader) {
const char* romTid = getRomTid(ndsHeader);

// Moonshell Ver 2 Beta 8.1 & Ver 2.01+1
// Moonshell Ver 2 Beta 8.1/beta.9 & Ver 2.01+1
if (strcmp(romTid, "####") == 0 && (ndsHeader->headerCRC16 == 0xD75F || ndsHeader->headerCRC16 == 0x999C)) {
// Bypass ARM9 binary check
*(u32*)0x0200015C = 0xE1A00000; // nop
Expand Down

0 comments on commit 8b70d52

Please sign in to comment.