Merge pull request #386 from hatal175/stockwell

Decompile stockwell asm_funcs
This commit is contained in:
notyourav
2022-02-17 19:56:49 -08:00
committed by GitHub
6 changed files with 127 additions and 483 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ void ScriptCommand_HasRupees(Entity* entity, ScriptExecutionContext* context) {
}
void ScriptCommand_HasShells(Entity* entity, ScriptExecutionContext* context) {
context->condition = (context->scriptInstructionPointer[1] <= gSave.stats.field_0x1a);
context->condition = (context->scriptInstructionPointer[1] <= gSave.stats.shells);
gActiveScriptInfo.flags |= 1;
}