Start renaming symbols

I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
This commit is contained in:
Phlosioneer
2019-02-10 00:50:46 -05:00
parent 6f1d2b870c
commit 3fd878483f
11 changed files with 197 additions and 168 deletions

View File

@@ -43,7 +43,7 @@ struct TrainerCard
extern struct TrainerCard gTrainerCards[4];
u32 CountPlayerTrainerStars(void);
u8 sub_80C4904(u8 cardId);
u8 GetTrainerCardStars(u8 cardId);
void CopyTrainerCardData(struct TrainerCard *dst, u16 *src, u8 gameVersion);
void ShowPlayerTrainerCard(void (*callback)(void));
void ShowTrainerCardInLink(u8 arg0, void (*callback)(void));