diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 12:22:04 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 12:22:04 +0200 |
commit | 75a94ce58eb0b067bcfab9d3084e7d70782f8e90 (patch) | |
tree | a69c6bfa460491eafa894834912d3c7131476709 /asm/player_pc.s | |
parent | 7ea0d462c49360351006f246f0a300aaa765a843 (diff) |
split and label
Diffstat (limited to 'asm/player_pc.s')
-rw-r--r-- | asm/player_pc.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/player_pc.s b/asm/player_pc.s index dc76f8138..d117df906 100644 --- a/asm/player_pc.s +++ b/asm/player_pc.s @@ -380,12 +380,12 @@ sub_816B148: @ 816B148 cmp r0, 0 bne _0816B174 ldr r0, =gUnknown_081F863F - bl script_env_1_execute_new_script + bl ScriptContext1_SetupScript b _0816B184 .pool _0816B174: ldr r0, =gUnknown_081F958F - bl script_env_1_execute_new_script + bl ScriptContext1_SetupScript b _0816B184 .pool _0816B180: |