Merge pull request #1721 from AsparagusEduardo/pret_clean2

Companion PR to pokefirered #525
This commit is contained in:
GriffinR
2022-08-01 16:57:40 -04:00
committed by GitHub
61 changed files with 280 additions and 283 deletions

View File

@@ -98,7 +98,7 @@ struct RfuGameCompatibilityData
// anything the developers want. This struct is what GF decided to use it for.
// It can be up to 13 bytes in size (RFU_GAME_NAME_LENGTH).
// The player's name is sent separately as the username ("uname"), and does not
// use a struct (gHostRfuUsername).
// use a struct (gHostRfuUsername).
struct __attribute__((packed, aligned(2))) RfuGameData
{
struct RfuGameCompatibilityData compatibility;