mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Add cPhs_State typedef and use it everywhere
This commit is contained in:
@@ -96,7 +96,7 @@ static BOOL Roten_create_check(u8 type) {
|
||||
}
|
||||
|
||||
|
||||
s32 daObj_Roten_c::_create() {
|
||||
cPhs_State daObj_Roten_c::_create() {
|
||||
fopAcM_SetupActor(this, daObj_Roten_c);
|
||||
|
||||
mType = fopAcM_GetParam(this) >> 0x18;
|
||||
@@ -109,7 +109,7 @@ s32 daObj_Roten_c::_create() {
|
||||
field_0x2D1 = 1;
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
s32 result = dComIfG_resLoad(&mPhs, daObj_Roten_c::M_arcname);
|
||||
cPhs_State result = dComIfG_resLoad(&mPhs, daObj_Roten_c::M_arcname);
|
||||
|
||||
u32 heap_size[] = {
|
||||
0x2BA0,
|
||||
|
||||
Reference in New Issue
Block a user