diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:18:50 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:18:50 +0200 |
commit | 33ee3115ab77d326ffeca49ce9a124c31af587bb (patch) | |
tree | 1391412170c4a3ea5c2a871988df3835105c1d4c /asm/battle_controller_wally.s | |
parent | b7d75cb6151b5b43a3c467c61b2c93e877db4a00 (diff) |
add glink defines from pokeruby
Diffstat (limited to 'asm/battle_controller_wally.s')
-rw-r--r-- | asm/battle_controller_wally.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_controller_wally.s b/asm/battle_controller_wally.s index 3ea81bac6..978e2da2d 100644 --- a/asm/battle_controller_wally.s +++ b/asm/battle_controller_wally.s @@ -871,7 +871,7 @@ WallyBufferExecCompleted: @ 8168AF8 ands r0, r1 cmp r0, 0 beq _08168B4C - bl link_get_multiplayer_id + bl GetMultiplayerId mov r1, sp strb r0, [r1] movs r0, 0x2 |