Name functions in battle_records.c

This commit is contained in:
PikalaxALT
2019-07-13 19:51:30 -04:00
parent 40c3cf3da7
commit 97b4bb41b7
9 changed files with 113 additions and 122 deletions
+5 -5
View File
@@ -186,10 +186,10 @@ extern const u8 gUnknown_841B68F[];
extern const u8 gUnknown_841B698[];
// battle_records
extern const u8 gUnknown_8418174[];
extern const u8 gUnknown_8418188[];
extern const u8 gUnknown_84181A4[];
extern const u8 gUnknown_84181B6[];
extern const u8 gUnknown_84181BE[];
extern const u8 gString_BattleRecords_PlayersBattleResults[];
extern const u8 gString_BattleRecords_TotalRecord[];
extern const u8 gString_BattleRecords_ColumnHeaders[];
extern const u8 gString_BattleRecords_7Dashes[];
extern const u8 gString_BattleRecords_4Dashes[];
#endif //GUARD_STRINGS_H
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef GUARD_TRAINER_TOWER_H
#define GUARD_TRAINER_TOWER_H
void sub_815EC8C(void);
void PrintTrainerTowerRecords(void);
#endif //GUARD_TRAINER_TOWER_H