ksys/act: Finish implementing ActorParamMgr

This commit is contained in:
Léo Lam
2021-04-23 00:30:30 +02:00
parent 52196c4b75
commit 201d2ff06f
23 changed files with 464 additions and 242 deletions
@@ -2,8 +2,6 @@
namespace ksys::res {
LifeCondition::LifeCondition() : ParamIO("lifecondition", 0) {}
// NON_MATCHING: two instructions swapped
bool LifeCondition::parse_(u8* data, size_t, sead::Heap* heap) {
if (!data)