Skip to content

Commit 0c40c66

Browse files
committed
update trackrom
1 parent 8eb439a commit 0c40c66

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

mods/Levels/PS1_TrackROM/buildList.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
926, exe, 0x8001af3c, 0x0, src/patches/introCam.s
1919

2020
// 226 - patch vistree lookup to not do modulo 4096
21+
926, 226, 0x800a0f18, 0x0, src/patches/lod0.s
2122
926, 226, 0x800a1e80, 0x0, src/patches/lod1.s
2223
926, 226, 0x800a36d8, 0x0, src/patches/lod2.s
2324
926, 226, 0x800a4fd0, 0x0, src/patches/lod3.s
2425
926, 226, 0x800a6f70, 0x0, src/patches/lod4.s
26+
926, 226, 0x800a8b90, 0x0, src/patches/lod5.s
2527
926, 226, 0x800ab460, 0x0, src/patches/highLOD.s
2628

2729
// Menus
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.set noreorder
2+
andi $t1, $t1, 0xFFFC
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.set noreorder
2+
andi $t1, $t1, 0xFFFC

0 commit comments

Comments
 (0)