Skip to content

Commit 4fc3017

Browse files
committed
bots progress
1 parent ffee30e commit 4fc3017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decompile/WorkInProgress/DF_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void DF_DrawOTag(u_long* ot)
1414
// includes camera-fly-in, DotLights frames, racing (12 seconds)
1515

1616
// 24s really is 7s, because fly-in and DotLights are 17 seconds
17-
if(*(int*)0x8000c000 == (600*30))
17+
if(*(int*)0x8000c000 == (45*30))
1818
{
1919
while(1) {}
2020
}

decompile/WorkInProgress/buildList.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//common, exe, TT_EndEvent_DrawMenu, 0x0, src/224/TT_EndEvent_DrawMenu.c
1111
//common, exe, TT_EndEvent_DrawHighScore, 0x0, src/224/TT_EndEvent_DrawHighScore.c
1212

13-
//common, exe, BOTS_ThTick_Drive, 0x0, src/BOTS/BOTS_11_ThTick_Drive.c
13+
common, exe, BOTS_ThTick_Drive, 0x0, src/BOTS/BOTS_11_ThTick_Drive.c
1414
common, exe, Timer_GetTime_Elapsed, 0x0, Timer_3_GetTime_Elapsed.c
1515
926, exe, 0x800379b0, 0x0, DF_JalDrawOTag.s
1616
common, exe, rdata_free, 0x0, DF_main.c

0 commit comments

Comments
 (0)