diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-27 19:28:57 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-27 19:28:57 +0200 |
commit | df0edd693361f4f4e587a39360fd035e7cec8cda (patch) | |
tree | 0279b0c58f40bf27cf40c7e175aa671c9a6fde00 /src/battle_controller_wally.c | |
parent | d58e89a51850a38bf6ae332736bdedcfd62770f7 (diff) |
fix nonmatchings, add labels
Diffstat (limited to 'src/battle_controller_wally.c')
-rw-r--r-- | src/battle_controller_wally.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_wally.c b/src/battle_controller_wally.c index 36e525bcc..e4b593df7 100644 --- a/src/battle_controller_wally.c +++ b/src/battle_controller_wally.c @@ -484,7 +484,7 @@ void WallyBufferExecCompleted(void) { u8 multiplayerId = GetMultiplayerId(); - dp01_prepare_buffer_wireless_probably(2, 4, &multiplayerId); + PrepareBufferDataTransferLink(2, 4, &multiplayerId); gBattleBufferA[gActiveBank][0] = 0x38; } else |