Decompile gasRender

This commit is contained in:
Ryan Dwyer
2022-09-16 20:52:10 +10:00
parent 572688668e
commit 15c067fe36
27 changed files with 275 additions and 807 deletions
+2 -2
View File
@@ -165,6 +165,6 @@ void piracy_patch(void)
patch(algo08, "chrConsiderGrenadeThrow", "bgReset");
patch(algo09, "bgunTickGunLoad", "tagsReset");
patch(algo10, "explosionAlertChrs", "glassDestroy");
patch(algo11, "func0f0069dc", "mtxGetObfuscatedRomBase");
patch(algo12, "func0f15c920", "func0f0069dc");
patch(algo11, "menuTickTimers", "mtxGetObfuscatedRomBase");
patch(algo12, "func0f15c920", "menuTickTimers");
}