diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
commit | 3fd878483f38145cb4311d377f99545f25af52a8 (patch) | |
tree | dc3c048165478b004cec736eb3a1ba91984ae4d5 /src/trainer_card.c | |
parent | 6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (diff) |
Start renaming symbols
I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
Diffstat (limited to 'src/trainer_card.c')
-rwxr-xr-x | src/trainer_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_card.c b/src/trainer_card.c index 49a62284f..be2e95ab3 100755 --- a/src/trainer_card.c +++ b/src/trainer_card.c @@ -1536,7 +1536,7 @@ static void sub_80C48C8(void) } } -u8 sub_80C4904(u8 cardId) +u8 GetTrainerCardStars(u8 cardId) { struct TrainerCard* trainerCards = gTrainerCards; return trainerCards[cardId].stars; |