mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-30 09:06:20 -04:00
bootproc
This commit is contained in:
+17
-1
@@ -1,5 +1,15 @@
|
||||
#include "common.h"
|
||||
|
||||
extern s32 D_80138E90;
|
||||
extern s32 D_8013A040;
|
||||
extern s32 func_80004D00;
|
||||
|
||||
s32 func_80003A50(void);
|
||||
s32 func_8001EF10(void);
|
||||
s32 func_800221A0(s32*, s32, s32*, s32, s32*, s32);
|
||||
s32 func_800222F0(s32*);
|
||||
s32 func_80022B60(void);
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/4650/func_80003A50.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/4650/func_80003B48.s")
|
||||
@@ -30,4 +40,10 @@
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/4650/func_80004D00.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/4650/bootproc.s")
|
||||
void bootproc(void) {
|
||||
func_8001EF10();
|
||||
func_80022B60();
|
||||
func_80003A50();
|
||||
func_800221A0(&D_80138E90, 1, &func_80004D00, 0, &D_8013A040, 0xFF);
|
||||
func_800222F0(&D_80138E90);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user