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:
@@ -22,7 +22,7 @@ void daObjSwlight::Act_c::create_heap() {
|
||||
}
|
||||
|
||||
/* 0000045C-00000704 .text _create__Q212daObjSwlight5Act_cFv */
|
||||
s32 daObjSwlight::Act_c::_create() {
|
||||
cPhs_State daObjSwlight::Act_c::_create() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -144,27 +144,27 @@ bool daObjSwlight::Act_c::_draw() {
|
||||
namespace daObjSwlight {
|
||||
namespace {
|
||||
/* 00001AC4-00001AE4 .text Mthd_Create__Q212daObjSwlight29@unnamed@d_a_obj_swlight_cpp@FPv */
|
||||
void Mthd_Create(void*) {
|
||||
cPhs_State Mthd_Create(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001AE4-00001B08 .text Mthd_Delete__Q212daObjSwlight29@unnamed@d_a_obj_swlight_cpp@FPv */
|
||||
void Mthd_Delete(void*) {
|
||||
BOOL Mthd_Delete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001B08-00001B2C .text Mthd_Execute__Q212daObjSwlight29@unnamed@d_a_obj_swlight_cpp@FPv */
|
||||
void Mthd_Execute(void*) {
|
||||
BOOL Mthd_Execute(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001B2C-00001B50 .text Mthd_Draw__Q212daObjSwlight29@unnamed@d_a_obj_swlight_cpp@FPv */
|
||||
void Mthd_Draw(void*) {
|
||||
BOOL Mthd_Draw(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 00001B50-00001B58 .text Mthd_IsDelete__Q212daObjSwlight29@unnamed@d_a_obj_swlight_cpp@FPv */
|
||||
void Mthd_IsDelete(void*) {
|
||||
BOOL Mthd_IsDelete(void*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user