mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
func_8008E5E8
This commit is contained in:
parent
864279ab52
commit
c068831444
@ -1,9 +1,4 @@
|
|||||||
#ifndef FUNCTIONS_H
|
#ifndef FUNCTIONS_H
|
||||||
#define FUNCTIONS_H
|
#define FUNCTIONS_H
|
||||||
|
|
||||||
// HUD
|
|
||||||
void func_8008B734(void);
|
|
||||||
void func_8008E5E8(void);
|
|
||||||
void func_8008E620(void);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -3,4 +3,12 @@
|
|||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
void func_8008A4DC(void);
|
||||||
|
void func_8008B734(void);
|
||||||
|
void func_8008DC34(void);
|
||||||
|
void func_8008E5E8(void);
|
||||||
|
void func_8008E620(void);
|
||||||
|
|
||||||
|
extern s32 D_801778E8;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -170,7 +170,12 @@ s32 func_8008CB8C(void) {
|
|||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008E51C.s")
|
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008E51C.s")
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008E5E8.s")
|
void func_8008E5E8(void) {
|
||||||
|
if (D_801778E8 != 0) {
|
||||||
|
func_8008DC34();
|
||||||
|
}
|
||||||
|
func_8008A4DC();
|
||||||
|
}
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008E620.s")
|
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008E620.s")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user