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