add los swpush variant

This commit is contained in:
TakaRikka
2026-06-09 03:28:40 -07:00
parent 3d5b55ad33
commit e345323f0a
2 changed files with 26 additions and 8 deletions
+4 -4
View File
@@ -142,12 +142,12 @@ namespace daObjSwpush {
int Mthd_Execute();
int Mthd_Draw();
static s16 const M_bmd[3];
static s16 const M_dzb[3];
static u32 const M_heap_size[3];
static s16 const M_bmd[DUSK_IF_ELSE(4, 3)];
static s16 const M_dzb[DUSK_IF_ELSE(4, 3)];
static u32 const M_heap_size[DUSK_IF_ELSE(4, 3)];
static Hio_c::Attr_c const M_attr[5];
static u8 const M_op_vtx[4];
static DUSK_CONST char* M_arcname[3];
static DUSK_CONST char* M_arcname[DUSK_IF_ELSE(4, 3)];
/* 0x568 */ request_of_phase_process_class mPhase;
/* 0x570 */ dBgWSv* mpBgW;