mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
bootproc
This commit is contained in:
parent
51294d150d
commit
cf5c411be8
@ -1,5 +1,15 @@
|
|||||||
#include "common.h"
|
#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_80003A50.s")
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/4650/func_80003B48.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/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);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user