diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-10 23:05:23 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-10 23:05:23 +0200 |
commit | a2a66181fb32b7af72920b52e4ae28b9a99eb336 (patch) | |
tree | f6b4c6161db92571b8b4bcf5505d8e8324ebe485 /asm/contest.s | |
parent | 7e9948ba2b43d9773cd46959f1f32f029d18c20c (diff) |
decompile script.s
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/contest.s b/asm/contest.s index e0ea14adb..9425e262d 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -5599,8 +5599,8 @@ _080DA860: thumb_func_start sub_80DA874 sub_80DA874: @ 80DA874 push {lr} - bl script_env_2_disable - bl script_env_2_enable_and_set_ctx_running + bl ScriptContext2_Disable + bl EnableBothScriptContexts pop {r0} bx r0 thumb_func_end sub_80DA874 |