begin new save.c, label lots of things

This commit is contained in:
DizzyEggg
2017-09-03 22:50:17 +02:00
parent d09f39e971
commit 5afd2d5bfb
55 changed files with 533 additions and 603 deletions

View File

@@ -217,7 +217,7 @@ void SeedRngAndSetTrainerId(void)
gTrainerId = val;
}
u16 GetTrainerId(void)
u16 GetGeneratedTrainerIdLower(void)
{
return gTrainerId;
}