mirror of
https://github.com/zeldaret/st
synced 2026-08-28 00:41:41 -04:00
530fcd8c07
* remove scratch links * UnkAdventureModeSystem1 OK * UnkStruct_ov024_020d8694_024 OK * UnkTitleCardSystem1_024 99% * UnkTitleCardSystem1_024 OK * fix regressions * title card vfunc_08 oddity * tools: make build.ninja deterministic and delink when objdiff rebuild-on-change * clean up link node mess * UnkStruct_020d8698_024 24% * UnkStruct_020d8698_024 49% * UnkStruct_020d8698_024 65% * fix build issues * UnkStruct_020d8698_024 92% * UnkStruct_020d8698_024 OK * delink data_ov024_020d8694 symbol * tools: revert previous objdiff change and reduce ds-rom logs on objdiff
20 lines
625 B
C++
20 lines
625 B
C++
#include "Unknown/UnkStruct_020d8698.hpp"
|
|
|
|
// non-matching
|
|
UnkStruct_020d8698_24_5C_Base::UnkStruct_020d8698_24_5C_Base(unk32 param1, const u16 *param2, u16 param3, unk32 param4) {
|
|
this->mUnk_80 = 0;
|
|
this->mUnk_84 = 0;
|
|
|
|
this->func_ov000_0206590c(param3, param4);
|
|
|
|
for (int i = 0; i < 10; i++) {
|
|
this->mUnk_08[i].func_ov000_0205fc20(param1, param2[i], NULL, NULL);
|
|
}
|
|
}
|
|
|
|
UnkStruct_020d8698_24_5C::UnkStruct_020d8698_24_5C(unk32 param1, const u16 *param2, u16 param3, unk32 param4) :
|
|
UnkStruct_020d8698_24_5C_Base(param1, param2, param3, param4) {
|
|
this->mUnk_98 = 0;
|
|
this->mUnk_9C = 0;
|
|
}
|