diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-12 11:45:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 11:45:32 -0500 |
commit | 0918cadae3c2ab22993099bd474d40f93a893d5d (patch) | |
tree | f7cc1a8648ea5aa1016eafa8e560362ffd3bd1f9 /asm/script_menu.s | |
parent | 6292b82503bf2eb611e5fea6f1710b25578d4fc8 (diff) | |
parent | 4d84618732acd1a67f8e15d5464ed20056ba5641 (diff) |
Merge pull request #27 from DizzyEggg/decomp_script
decompile script.s
Diffstat (limited to 'asm/script_menu.s')
-rw-r--r-- | asm/script_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/script_menu.s b/asm/script_menu.s index 41e4dcec8..6c5e6d2bd 100644 --- a/asm/script_menu.s +++ b/asm/script_menu.s @@ -371,7 +371,7 @@ _080E20EC: bl sub_80E2A78 adds r0, r6, 0 bl DestroyTask - bl script_env_2_enable_and_set_ctx_running + bl EnableBothScriptContexts _080E20FC: pop {r4-r6} pop {r0} @@ -477,7 +477,7 @@ _080E21B8: _080E21BA: adds r0, r4, 0 bl DestroyTask - bl script_env_2_enable_and_set_ctx_running + bl EnableBothScriptContexts _080E21C4: pop {r4} pop {r0} @@ -668,7 +668,7 @@ _080E2350: bl sub_80E2A78 adds r0, r4, 0 bl DestroyTask - bl script_env_2_enable_and_set_ctx_running + bl EnableBothScriptContexts _080E2360: pop {r4,r5} pop {r0} |