Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 8, 2024
1 parent 37fe16a commit 5d069cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gbapatcher/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,9 @@ int main(int argc, char **argv) {
}
}

fixRomPadding();
if (*(u16*)(0x020000C0) != 0x5A45) {
fixRomPadding();
}

s2RamAccess(false);
//iprintf("s2RamAccess(false)\n");
Expand Down

0 comments on commit 5d069cd

Please sign in to comment.