diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
commit | bdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (patch) | |
tree | 43ea44c11de09aa975c597fdfa8302dc6333b29d /asm/battle_controller_safari.s | |
parent | d116b7660834da4006dccd3559d1ba0e0f8acf1c (diff) |
partially decompile text
Diffstat (limited to 'asm/battle_controller_safari.s')
-rw-r--r-- | asm/battle_controller_safari.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/asm/battle_controller_safari.s b/asm/battle_controller_safari.s index 04269dca0..65551bec5 100644 --- a/asm/battle_controller_safari.s +++ b/asm/battle_controller_safari.s @@ -77,7 +77,7 @@ HandleInputChooseAction_0: @ 80DD5A4 cmp r0, 0 beq _080DD612 movs r0, 0x5 - bl sub_80722CC + bl PlaySE ldr r1, _080DD5D8 @ =gUnknown_2023FF8 ldr r0, _080DD5DC @ =gUnknown_2023BC4 ldrb r0, [r0] @@ -138,7 +138,7 @@ _080DD612: cmp r0, 0 beq _080DD71A movs r0, 0x5 - bl sub_80722CC + bl PlaySE ldrb r0, [r4] adds r0, r5 ldrb r0, [r0] @@ -166,7 +166,7 @@ _080DD650: cmp r0, 0 bne _080DD71A movs r0, 0x5 - bl sub_80722CC + bl PlaySE ldrb r0, [r4] adds r0, r5 ldrb r0, [r0] @@ -194,7 +194,7 @@ _080DD68C: cmp r0, 0 beq _080DD71A movs r0, 0x5 - bl sub_80722CC + bl PlaySE ldrb r0, [r4] adds r0, r5 ldrb r0, [r0] @@ -230,7 +230,7 @@ _080DD6D8: cmp r0, 0 bne _080DD71A movs r0, 0x5 - bl sub_80722CC + bl PlaySE ldrb r0, [r4] adds r0, r5 ldrb r0, [r0] |