mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
akabe/swheavy create_heap: Found a slightly cleaner fakematch
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user