diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-27 13:19:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 13:19:16 -0500 |
commit | 3d9ef5ea2c6c1ba173c17e98d91044926167bf6a (patch) | |
tree | 0279b0c58f40bf27cf40c7e175aa671c9a6fde00 /src/battle_controller_wally.c | |
parent | d58e89a51850a38bf6ae332736bdedcfd62770f7 (diff) | |
parent | df0edd693361f4f4e587a39360fd035e7cec8cda (diff) |
Merge pull request #422 from DizzyEggg/fix_nonmatching_emits
fix emits nonmatchings and add a few 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 |