Fix formatting.

This commit is contained in:
ultima-soul
2019-10-06 09:13:15 -07:00
parent d84e9bed58
commit d4ba74fb34
5 changed files with 53 additions and 61 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ void ShowLinkBattleRecords(void);
void RemoveRecordsWindow(void);
void ShowTrainerHillRecords(void);
#endif // GUARD_BATTLE_RECORDS_H
#endif // GUARD_BATTLE_RECORDS_H
+4 -4
View File
@@ -230,8 +230,8 @@ struct SaveBlock2
/*0x0AC*/ u8 field_AC;
/*0x0AD*/ u8 field_AD;
/*0x0AE*/ u8 filler_AE[0x2];
/*0x0B0*/ u8 field_B0;
/*0x0B1*/ u8 filler_B1[0x3EF];
/*0x0B0*/ u8 field_B0;
/*0x0B1*/ u8 filler_B1[0x3EF];
/*0x4A0*/ u32 unk_4A0[0x2F];
/*0x55c*/ struct UnkSaveBlock2Substruct_55C unk_55C;
/*0x574*/ u8 filler_574[0x324];
@@ -239,8 +239,8 @@ struct SaveBlock2
/*0xA98*/ struct LinkBattleRecords linkBattleRecords;
/*0xAF0*/ struct BerryCrush berryCrush;
/*0xB00*/ struct PokemonJumpResults pokeJump;
/*0xB10*/ struct BerryPickingResults berryPick;
/*0xB20*/ u8 filler_B20[0x400];
/*0xB10*/ struct BerryPickingResults berryPick;
/*0xB20*/ u8 filler_B20[0x400];
/*0xF20*/ u32 encryptionKey;
};
-3
View File
@@ -2,12 +2,9 @@
#define GUARD_NEW_GAME_H
void SetTrainerId(u32 trainerId, u8 *dst);
u32 ReadUnalignedWord(u8* dataPtr);
void CopyTrainerId(u8 *dst, u8 *src);
void NewGameInitData(void);
void ResetMenuAndMonGlobals(void);
void Sav2_ClearSetDefault(void);
void ResetMiniGamesResults(void);
void sub_808447C(void);
#endif // GUARD_NEW_GAME_H
+1 -1
View File
@@ -4,4 +4,4 @@
void sub_801DD98(void);
void copy_strings_to_sav1(void);
#endif // GUARD_UNION_ROOM_CHAT_H
#endif // GUARD_UNION_ROOM_CHAT_H