mirror of
https://github.com/zeldaret/tmc
synced 2026-06-10 12:55:36 -04:00
Merge pull request #386 from hatal175/stockwell
Decompile stockwell asm_funcs
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user