Rename `func_8008A1B0` to `nuGfxInitEX2`
This commit is contained in:
parent
8a2ea4b2ca
commit
a0962ddc83
|
|
@ -25,6 +25,7 @@ nuGfxRetraceWait = 0x80089A30;
|
|||
nuScResetClientMesgType = 0x800890E4;
|
||||
nuScWaitTaskReady = 0x8008949C;
|
||||
nuGfxSetCfb = 0x80089AB0;
|
||||
nuGfxInitEX2 = 0x8008A1B0;
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "nu/nusys.h"
|
||||
|
||||
/* 1A5B0 8008A1B0 */
|
||||
void func_8008A1B0(void) {
|
||||
void nuGfxInitEX2(void) {
|
||||
Gfx list[257];
|
||||
Gfx* ptr = list;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ void func_800749C0(s32); /* extern */
|
|||
void func_800764E0(); /* extern */
|
||||
void func_80079380(); /* extern */
|
||||
void func_8008A040(); /* extern */
|
||||
void func_8008A1B0(); /* extern */
|
||||
s8 func_8008A260(); /* extern */
|
||||
void func_8009DAEC(); /* extern */
|
||||
void func_800E9CEC(); /* extern */
|
||||
|
|
|
|||
Loading…
Reference in New Issue