mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
64-bit early draft - no audio yet
This commit is contained in:
parent
247360cbf0
commit
92c8ecb726
29 changed files with 853 additions and 169 deletions
|
@ -3502,6 +3502,7 @@ void func_800F4A70(void);
|
|||
void func_800F5CF8(void);
|
||||
|
||||
void func_800F3054(void) {
|
||||
return; // OTRTODO64
|
||||
if (func_800FAD34() == 0) {
|
||||
sAudioUpdateTaskStart = gAudioContext.totalTaskCnt;
|
||||
sAudioUpdateStartTime = osGetTime();
|
||||
|
@ -4420,6 +4421,8 @@ void func_800F5918(void) {
|
|||
void func_800F595C(u16 arg0) {
|
||||
u8 arg0b = arg0 & 0xFF;
|
||||
|
||||
return; // OTRTODO60
|
||||
|
||||
if (sSeqFlags[arg0b] & 2) {
|
||||
Audio_PlayFanfare(arg0);
|
||||
} else if (sSeqFlags[arg0b] & 4) {
|
||||
|
@ -4524,6 +4527,8 @@ void Audio_PlayFanfare(u16 seqId)
|
|||
u8* sp1C;
|
||||
u8* sp18;
|
||||
|
||||
return; // OTRTODO64
|
||||
|
||||
sp26 = func_800FA0B4(SEQ_PLAYER_FANFARE);
|
||||
sp1C = func_800E5E84(sp26 & 0xFF, &sp20);
|
||||
sp18 = func_800E5E84(seqId & 0xFF, &sp20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue