diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 23:02:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 23:02:08 +0200 |
commit | c9603c40d86053a571023845b5c32c8ff381cabe (patch) | |
tree | d79f28da3ffd3c2eff489c62072204395cccfc2b /asm/contest.s | |
parent | 8731a8caa5602a516972329f7aa0624794b29ff2 (diff) | |
parent | 0918cadae3c2ab22993099bd474d40f93a893d5d (diff) |
Merge branch 'master' into decomp_pokemon
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 e85ed2d21..b891007bb 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 |