Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 8, 2024
1 parent f633ee8 commit 37fe16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gbapatcher/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ static void gptc_patchRom()
if (*(u16*)(0x08000000 + 0x1A16) == 0x0D81)
*(u16*)(0x08000000 + 0x1A16) = 0x087B;
}

fixRomPadding();
}


Expand Down Expand Up @@ -969,6 +967,8 @@ int main(int argc, char **argv) {
}
}

fixRomPadding();

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

Expand Down

0 comments on commit 37fe16a

Please sign in to comment.