Rename `__thread_800893C0` to `nuScExecuteGraphics`
This commit is contained in:
parent
0e2f7a99ad
commit
5f804ef0db
|
|
@ -6,6 +6,7 @@ nuPiInit = 0x80089F40;
|
||||||
nuIdleFunc = 0x800E7A18;
|
nuIdleFunc = 0x800E7A18;
|
||||||
nuScEventHandler = 0x80088F08;
|
nuScEventHandler = 0x80088F08;
|
||||||
nuScExecuteAudio = 0x80089200;
|
nuScExecuteAudio = 0x80089200;
|
||||||
|
nuScExecuteGraphics = 0x800893C0;
|
||||||
|
|
||||||
obCurrentTime = 0x800C47D0;
|
obCurrentTime = 0x800C47D0;
|
||||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||||
|
|
@ -922,7 +923,6 @@ Stack__dma_load_loop_delete = 0x80089124;
|
||||||
|
|
||||||
|
|
||||||
__thread_8008AFE0 = 0x8008AFE0;
|
__thread_8008AFE0 = 0x8008AFE0;
|
||||||
__thread_800893C0 = 0x800893C0;
|
|
||||||
__thread_80089540 = 0x80089540;
|
__thread_80089540 = 0x80089540;
|
||||||
|
|
||||||
STR_INVALID_HEADER_LHA_FILE = 0x800AE108;
|
STR_INVALID_HEADER_LHA_FILE = 0x800AE108;
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,9 @@ INCLUDE_ASM(const s32, "_ob_past_brick", nuScExecuteAudio);
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089358);
|
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089358);
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_800893C0);
|
INCLUDE_ASM(const s32, "_ob_past_brick", nuScExecuteGraphics);
|
||||||
|
|
||||||
// void __thread_800893C0(void) {
|
// void nuScExecuteGraphics(void) {
|
||||||
// typedef struct {
|
// typedef struct {
|
||||||
// /* 0x00 */ s32 field_0x0;
|
// /* 0x00 */ s32 field_0x0;
|
||||||
// /* 0x04 */ s32 field_0x4;
|
// /* 0x04 */ s32 field_0x4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue