Rename `__thread_80088F08` to `nuScEventHandler`

This commit is contained in:
gijs 2023-10-20 10:51:34 +02:00
parent 2a3e5aaf05
commit f9188543c7
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@ nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050 nuScCreateScheduler = 0x80088C50; // rom:0x19050
nuPiInit = 0x80089F40; nuPiInit = 0x80089F40;
nuIdleFunc = 0x800E7A18; nuIdleFunc = 0x800E7A18;
nuScEventHandler = 0x80088F08;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0 obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
@ -920,7 +921,6 @@ Stack__dma_load_loop_delete = 0x80089124;
__thread_8008AFE0 = 0x8008AFE0; __thread_8008AFE0 = 0x8008AFE0;
__thread_80088F08 = 0x80088F08;
__thread_80089200 = 0x80089200; __thread_80089200 = 0x80089200;
__thread_800893C0 = 0x800893C0; __thread_800893C0 = 0x800893C0;
__thread_80089540 = 0x80089540; __thread_80089540 = 0x80089540;

View File

@ -11,7 +11,7 @@ Unk0* func_80088EFC(void) {
return &MQ_800E8B4C; return &MQ_800E8B4C;
} }
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80088F08); INCLUDE_ASM(const s32, "_ob_past_brick", nuScEventHandler);
INCLUDE_ASM(const s32, "_ob_past_brick", Stack__dma_load_loop_new); INCLUDE_ASM(const s32, "_ob_past_brick", Stack__dma_load_loop_new);