mirror of
https://github.com/zeldaret/botw
synced 2026-06-03 02:28:49 -04:00
ksys/act: Finish implementing ActorParamMgr
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user