diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
commit | ee6b3c1acf4805d6df72b291b8c0f79635e6341a (patch) | |
tree | f5fe722560069ddd64c78a13980a003889e56680 /src/pokemon_jump.c | |
parent | 9ed87063f1682488a809f95dd578dec37d916aad (diff) |
Sync berry crush from Emerald
Diffstat (limited to 'src/pokemon_jump.c')
-rw-r--r-- | src/pokemon_jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c index 853ec4f26..45634ad9c 100644 --- a/src/pokemon_jump.c +++ b/src/pokemon_jump.c @@ -244,7 +244,7 @@ static void sub_8147A34(u8 taskId) memset(packet, 0, sizeof(packet)); packet[0] = 0x7FFF; packet[1] = data[12]; - RfuPrepareSend0x2f00(packet); + Rfu_SendPacket(packet); } } else |