-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from adrienntindall/main
Document communication_information
- Loading branch information
Showing
202 changed files
with
2,258 additions
and
2,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#ifndef POKEPLATINUM_COMMUNICATION_INFORMATION_H | ||
#define POKEPLATINUM_COMMUNICATION_INFORMATION_H | ||
|
||
#include "trainer_info.h" | ||
#include "struct_defs/struct_0202610C.h" | ||
#include "savedata.h" | ||
|
||
#include <dwc.h> | ||
|
||
void CommInfo_Init(SaveData * saveData, const BattleRegulation * regulation); | ||
void CommInfo_Delete(void); | ||
BOOL CommInfo_IsInitialized(void); | ||
void CommInfo_SendBattleRegulation(void); | ||
int CommPlayerData_Size(void); | ||
void CommunicatitonInformaion_FinishReading(int param0, int param1, void * param2, void * param3); | ||
BOOL CommInfo_IsDataFinishedReading(void); | ||
void CommInfo_RecvPlayerDataArray(int netId, int unused1, void * src, void * unused3); | ||
void CommInfo_RecvPlayerData(int netId, int unused1, void * src, void * unused3); | ||
BOOL CommInfo_ServerSendArray(void); | ||
BOOL CommInfo_IsReceivingData(void); | ||
void CommInfo_InitPlayer(int netId); | ||
BOOL sub_02032DC4(int netId); | ||
BOOL sub_02032DE0(int netId); | ||
BOOL sub_02032E00(int netId); | ||
void sub_02032E1C(int netId); | ||
void CommInfo_SetReceiveEnd(int netId); | ||
int CommInfo_NewNetworkId(void); | ||
int CommInfo_CountReceived(void); | ||
BOOL sub_02032E90(void); | ||
TrainerInfo * CommInfo_TrainerInfo(int netId); | ||
DWCFriendData * CommInfo_DWCFriendData(int netId); | ||
int sub_02032F40(int param0); | ||
u16 * sub_02032F54(int netId); | ||
int CommInfo_PlayerCountry(int netId); | ||
int CommInfo_PlayerRegion(int netId); | ||
int sub_02032FC0(int param0); | ||
BOOL CommInfo_CheckBattleRegulation(void); | ||
void CommInfo_SavePlayerRecord(SaveData * saveData); | ||
void sub_020331B4(SaveData * saveData, int param1); | ||
void CommInfo_SetTradeResult(SaveData * saveData, int val); | ||
void CommInfo_SetPersonalTrainerInfo(TrainerInfo * trainerInfo); | ||
|
||
#endif // POKEPLATINUM_COMMUNICATION_INFORMATION_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.