[jak2] get new cheats working (#2885)

This commit is contained in:
ManDude
2023-08-07 00:15:53 +01:00
committed by GitHub
parent a7cf66fda6
commit 9aa9b9d8e0
42 changed files with 1011 additions and 273 deletions
+1
View File
@@ -1,5 +1,6 @@
@echo off
cd ..\..
task set-game-jak2
task set-decomp-ntscv1
task extract
pause
+6
View File
@@ -0,0 +1,6 @@
@echo off
cd ..\..
task set-game-jak2
task set-decomp-pal
task extract
pause