diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-18 20:24:49 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-22 17:45:08 -0700 |
commit | 275344c3de95471b93a6a417e2178d93688887a9 (patch) | |
tree | 595bc979ea25ffb98b9d1033f52662cab62acf4a /src/scrcmd.c | |
parent | 566392f441a66da41fc827b6d2e8cbeaf1cf4825 (diff) |
finish decompiling mystery_event_script
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 7d719371e..66578f350 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -280,7 +280,7 @@ bool8 ScrCmd_die(struct ScriptContext *ctx) bool8 ScrCmd_setbyte(struct ScriptContext *ctx) { u8 value = ScriptReadByte(ctx); - sub_8126160(value); + SetMysteryEventScriptStatus(value); return FALSE; } |