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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user