diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 12:18:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 12:18:32 +0200 |
commit | b229a1c295f9c4a722959ec564a1cb86d1a9eaef (patch) | |
tree | 59bb968ae154c586342dfee05d9cc8b2c1776b4f /asm/battle_controller_recorded_opponent.s | |
parent | e382a73e9d706fee763723b5a275b36db3b0fc97 (diff) | |
parent | 428dd0e0a8539b171fccc59ea717fda970a22e91 (diff) |
Merge branch 'master' into decompile_reshow_battle_screen
Diffstat (limited to 'asm/battle_controller_recorded_opponent.s')
-rw-r--r-- | asm/battle_controller_recorded_opponent.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_controller_recorded_opponent.s b/asm/battle_controller_recorded_opponent.s index 95375d137..562b55d4d 100644 --- a/asm/battle_controller_recorded_opponent.s +++ b/asm/battle_controller_recorded_opponent.s @@ -4754,7 +4754,7 @@ sub_8188EF0: @ 8188EF0 lsrs r1, 24 movs r0, 0x1 movs r2, 0 - bl dp01_build_cmdbuf_x21_a_bb + bl EmitCmd_x21 bl RecordedOpponentBufferExecCompleted pop {r0} bx r0 @@ -4785,7 +4785,7 @@ sub_8188F20: @ 8188F20 lsrs r2, 16 movs r0, 0x1 movs r1, 0xA - bl dp01_build_cmdbuf_x21_a_bb + bl EmitCmd_x21 b _08188F6C .pool _08188F48: @@ -4803,7 +4803,7 @@ _08188F48: orrs r2, r4 movs r0, 0x1 movs r1, 0xA - bl dp01_build_cmdbuf_x21_a_bb + bl EmitCmd_x21 _08188F6C: bl RecordedOpponentBufferExecCompleted pop {r4,r5} |