summaryrefslogtreecommitdiff
path: root/asm/script.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-04 12:22:04 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-04 12:22:04 +0200
commit75a94ce58eb0b067bcfab9d3084e7d70782f8e90 (patch)
treea69c6bfa460491eafa894834912d3c7131476709 /asm/script.s
parent7ea0d462c49360351006f246f0a300aaa765a843 (diff)
split and label
Diffstat (limited to 'asm/script.s')
-rw-r--r--asm/script.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/script.s b/asm/script.s
index e625b5625..a74d03016 100644
--- a/asm/script.s
+++ b/asm/script.s
@@ -368,8 +368,8 @@ _08098EF2:
bx r1
thumb_func_end script_env_2_run_current_script
- thumb_func_start script_env_1_execute_new_script
-script_env_1_execute_new_script: @ 8098EF8
+ thumb_func_start ScriptContext1_SetupScript
+ScriptContext1_SetupScript: @ 8098EF8
push {r4,r5,lr}
adds r5, r0, 0
ldr r4, =gUnknown_03000E40
@@ -388,7 +388,7 @@ script_env_1_execute_new_script: @ 8098EF8
pop {r0}
bx r0
.pool
- thumb_func_end script_env_1_execute_new_script
+ thumb_func_end ScriptContext1_SetupScript
thumb_func_start script_env_2_set_ctx_paused
script_env_2_set_ctx_paused: @ 8098F30
@@ -598,7 +598,7 @@ mapheader_run_first_tag2_script_list_match: @ 809907C
bl mapheader_get_first_match_from_tagged_ptr_list
cmp r0, 0
beq _08099090
- bl script_env_1_execute_new_script
+ bl ScriptContext1_SetupScript
movs r0, 0x1
b _08099092
_08099090: