diff options
Diffstat (limited to 'asm/battle_controller_opponent.s')
-rw-r--r-- | asm/battle_controller_opponent.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_controller_opponent.s b/asm/battle_controller_opponent.s index d9b1638c3..c35c3badf 100644 --- a/asm/battle_controller_opponent.s +++ b/asm/battle_controller_opponent.s @@ -1586,7 +1586,7 @@ OpponentBufferExecCompleted: @ 805FF18 ands r0, r1 cmp r0, 0 beq _0805FF6C - bl link_get_multiplayer_id + bl GetMultiplayerId mov r1, sp strb r0, [r1] movs r0, 0x2 |