Skip to content

Commit

Permalink
Removed unfinished game saves.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimdoomer committed Mar 3, 2025
1 parent a078035 commit 1da4432
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions Common/BuildConfig.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

# Determines which game to target for the exploit:
#.set TONY_HAWK_AW, 1
#.set COD_MW1, 1

# Sanity check compiler flags.
.ifdef RETAIL_BUILD
Expand Down Expand Up @@ -47,8 +46,6 @@
# Include game config for specified target.
.ifdef TONY_HAWK_AW
.include "TonyHawk.asm"
.elseif COD_MW1 != 0
.include "CoDMW1.asm"
.endif

# Sanity check the game config.
Expand Down
12 changes: 0 additions & 12 deletions Stage1/CallOfDutyMW1/CoDMW1.asm

This file was deleted.

3 changes: 0 additions & 3 deletions build_exploit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if not exist "%~dp0Tools\XePatcher\XePatcher.exe" (
if "%1" == "THAW" (
set TARGET_GAME=TONY_HAWK_AW
set GAME_NAME=TonyHawksAmericanWasteland
) else if "%1" == "MW1" (
set TARGET_GAME=COD_MW1
set GAME_NAME=CallOfDutyMW1
) else (
echo Target game unsupported or invalid
exit /b
Expand Down

0 comments on commit 1da4432

Please sign in to comment.