mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-13 13:16:23 -04:00
2fbecbc1da
* item_funcs ok * item_getcheck_func ok * remove unnecessary asm file * execItemGet / checkItemGet ok, add enums for readability * fix return types
24 lines
594 B
C++
24 lines
594 B
C++
#include "d/d_save/d_save_HIO/d_save_HIO.h"
|
|
#include "d/d_com/d_com_inf_game/d_com_inf_game.h"
|
|
#include "global.h"
|
|
|
|
#ifdef NONMATCHING
|
|
dSvBit_childSwPerfectionHIO_c::dSvBit_childSwPerfectionHIO_c() {
|
|
|
|
this->__vt = (dSvBit_childSwPerfectionHIO_c_vtable *)0x803C3384;
|
|
for (int i = 0; i < 0x80; i++) {
|
|
|
|
}
|
|
}
|
|
#else
|
|
asm dSvBit_childSwPerfectionHIO_c::dSvBit_childSwPerfectionHIO_c() {
|
|
nofralloc
|
|
#include "d/d_save/d_save_HIO/asm/func_8025BB78.s"
|
|
}
|
|
#endif
|
|
|
|
|
|
asm void dSvBit_childSwPerfectionHIO_c::init(void) {
|
|
nofralloc
|
|
#include "d/d_save/d_save_HIO/asm/func_8025BBAC.s"
|
|
} |