mirror of
https://github.com/zeldaret/botw
synced 2026-07-28 15:17:37 -04:00
ksys/res: Add more LifeCondition functions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user