akabe/swheavy create_heap: Found a slightly cleaner fakematch

This commit is contained in:
LagoLunatic
2025-03-17 19:49:14 -04:00
parent 20317a1942
commit 455ff4a571
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace daObjAkabe {
s32 prm_get_arg0() const { return daObj::PrmAbstract(this, PRM_ARG0_W, PRM_ARG0_S); }
s32 _create();
BOOL create_heap();
u8 create_heap();
bool _delete();
void init_scale();
void init_mtx();
+1 -1
View File
@@ -43,7 +43,7 @@ namespace daObjSwheavy {
void rev_switch() const { fopAcM_revSwitch(const_cast<Act_c*>(this), prm_get_swSave()); }
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_heap();
u8 create_heap();
s32 _create();
bool _delete();
void set_mtx();