mirror of
https://github.com/zeldaret/botw
synced 2026-05-27 08:06:56 -04:00
ksys/act: Implement the rest of AIClassDef
This commit is contained in:
@@ -375,7 +375,7 @@ bool AIProgram::parseDefParams(AIProgram::Definition* def, void* buffer, sead::H
|
||||
} else if (&mBehaviors == buffer) {
|
||||
AIClassDef::instance()->getDef(&aidef, def->mClassName, AIDefInstParamKind::Static,
|
||||
AIDefType::Behavior);
|
||||
*param1 = aidef.calc_timing;
|
||||
*param1 = u16(aidef.calc_timing);
|
||||
*param2 = aidef.no_stop;
|
||||
} else {
|
||||
AIClassDef::instance()->getDef(&aidef, def->mClassName, AIDefInstParamKind::Static,
|
||||
|
||||
Reference in New Issue
Block a user