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_safari.s | |
parent | b7d75cb6151b5b43a3c467c61b2c93e877db4a00 (diff) |
add glink defines from pokeruby
Diffstat (limited to 'asm/battle_controller_safari.s')
-rw-r--r-- | asm/battle_controller_safari.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_controller_safari.s b/asm/battle_controller_safari.s index 67c1db71d..be274e81b 100644 --- a/asm/battle_controller_safari.s +++ b/asm/battle_controller_safari.s @@ -448,7 +448,7 @@ SafariBufferExecCompleted: @ 8159704 ands r0, r1 cmp r0, 0 beq _08159758 - bl link_get_multiplayer_id + bl GetMultiplayerId mov r1, sp strb r0, [r1] movs r0, 0x2 |