diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-22 19:57:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 19:57:00 -0500 |
commit | 833f9026ff89c4bc7c9cf84b6c23d01e790e51e0 (patch) | |
tree | 595bc979ea25ffb98b9d1033f52662cab62acf4a /src/scrcmd.c | |
parent | 566392f441a66da41fc827b6d2e8cbeaf1cf4825 (diff) | |
parent | 275344c3de95471b93a6a417e2178d93688887a9 (diff) |
Merge pull request #385 from drifloony/mystery_event_script
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; } |