ksys/res: Add more LifeCondition functions

This commit is contained in:
Léo Lam
2020-10-04 15:39:04 +02:00
parent f19d229fa4
commit 99de7fa009
3 changed files with 35 additions and 24 deletions
@@ -1,8 +1,9 @@
#include "KingSystem/Resource/resResourceLifeCondition.h"
#include <codec/seadHashCRC32.h>
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)