mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 22:00:05 -04:00
Switch to Aurora headers for GX/VI
Replace GXSetArray() with GXSETARRAY() taking in size everywhere Fix a ton of structs/enums being referred to with underscore name.
This commit is contained in:
@@ -18,7 +18,7 @@ static int daObj_Lp_Draw(obj_lp_class* i_this) {
|
||||
fopAc_ac_c* a_this = (fopAc_ac_c*)&i_this->mActor;
|
||||
wd_ss* mWdSs = i_this->mWdSs;
|
||||
int roomNo = fopAcM_GetRoomNo(a_this);
|
||||
static _GXColor l_color = {
|
||||
static GXColor l_color = {
|
||||
0x14,
|
||||
0x0A,
|
||||
0x0A,
|
||||
|
||||
Reference in New Issue
Block a user