Skip to content

Commit 6cb7acc

Browse files
author
Niko
committed
disable ghosts for TrackROM
1 parent 18286ac commit 6cb7acc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mods/Levels/PS1_TrackROM/src/230_31_MM_MenuProc_Main.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ void DECOMP_MM_MenuProc_Main(struct RectMenu* mainMenu)
2020
DecalFont_DrawLine(info, 5, 197, FONT_SMALL, ORANGE);
2121
DecalFont_DrawLine(__DATE__, 5, 206, FONT_SMALL, ORANGE);
2222
DecalFont_DrawLine(__TIME__, 170, 206, FONT_SMALL, ORANGE);
23+
24+
// disable GhostReplay1 and GhostReplay2
25+
*(int*)0x80027b88 = 0x03E00008;
26+
*(int*)0x80027b8c = 0;
27+
*(int*)0x80027838 = 0x03E00008;
28+
*(int*)0x8002783c = 0;
2329
#endif
2430

2531
MM_ParseCheatCodes();

0 commit comments

Comments
 (0)