diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-29 21:00:31 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-29 21:00:31 -0500 |
commit | c36ef94a0dae1e60a8e641aced35ee2084c183eb (patch) | |
tree | f2da1e7beaddf0579426a18519d7c331d7ff19e1 /include | |
parent | cbd380f2bf6738ec9222a2284e9de2297f0dc413 (diff) |
address review comments
Diffstat (limited to 'include')
-rw-r--r-- | include/union_room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/union_room.h b/include/union_room.h index e4cdef561..d520e8763 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -163,6 +163,6 @@ extern u16 gUnionRoomOfferedSpecies; extern u8 gUnionRoomRequestedMonType; void StartUnionRoomBattle(u16 battleFlags); -u8 UnionRoom_CreateTask_CallBC2ReturnFromLinkTrade(void); +u8 UnionRoom_CreateTask_CallCB2ReturnFromLinkTrade(void); #endif //GUARD_UNION_ROOM_H |