mirror of
https://github.com/open-goal/jak-project
synced 2026-08-15 04:51:00 -04:00
[jak3] implement autocollect and city turbo board cheats, fix actor heap and level flags (#3541)
This commit is contained in:
@@ -472,11 +472,6 @@ void* RPC_Loader(unsigned int /*fno*/, void* data, int size) {
|
||||
}
|
||||
|
||||
int VBlank_Handler(void*) {
|
||||
bool bVar1;
|
||||
int iVar2;
|
||||
int iVar3;
|
||||
uint8_t uVar4;
|
||||
|
||||
IopTicks = IopTicks + 1;
|
||||
if (gSoundEnable == 0) {
|
||||
return 1;
|
||||
@@ -543,18 +538,14 @@ LAB_00008d9c:
|
||||
info.diskspeed[1] = 0 /*DAT_00013488*/;
|
||||
info.lastspeed = 0 /*gLastSpeed*/;
|
||||
info.dupseg = 0 /*gDupSeg*/;
|
||||
iVar2 = 1;
|
||||
do {
|
||||
iVar3 = snd_GetVoiceStatus(iVar2);
|
||||
uVar4 = '\0';
|
||||
if (iVar3 == 1) {
|
||||
uVar4 = 0xff;
|
||||
for (int i = 0; i < 48; i++) {
|
||||
if (snd_GetVoiceStatus(i) == 1) {
|
||||
info.chinfo[i] = -1;
|
||||
} else {
|
||||
info.chinfo[i] = 0;
|
||||
}
|
||||
info.chinfo[iVar2] = uVar4;
|
||||
bVar1 = iVar2 < 0x30;
|
||||
iVar2 = iVar2 + 1;
|
||||
} while (bVar1);
|
||||
LookupSound(0x29a); // lol idk
|
||||
}
|
||||
LookupSound(666); // music
|
||||
|
||||
/*
|
||||
local_38 = &info;
|
||||
|
||||
Reference in New Issue
Block a user