Continue documenting generic arguments
This commit is contained in:
@@ -1449,7 +1449,7 @@ static void InterviewAfter_BravoTrainerPokemonProfile(void)
|
||||
}
|
||||
}
|
||||
|
||||
void BravoTrainerPokemonProfile_BeforeInterview1(u16 a0)
|
||||
void BravoTrainerPokemonProfile_BeforeInterview1(u16 move)
|
||||
{
|
||||
TVShow *show = &gSaveBlock1Ptr->tvShows[LAST_TVSHOW_IDX];
|
||||
InterviewBefore_BravoTrainerPkmnProfile();
|
||||
@@ -1457,7 +1457,7 @@ void BravoTrainerPokemonProfile_BeforeInterview1(u16 a0)
|
||||
if (sCurTVShowSlot != -1)
|
||||
{
|
||||
DeleteTVShowInArrayByIdx(gSaveBlock1Ptr->tvShows, LAST_TVSHOW_IDX);
|
||||
show->bravoTrainer.move = a0;
|
||||
show->bravoTrainer.move = move;
|
||||
show->bravoTrainer.kind = TVSHOW_BRAVO_TRAINER_POKEMON_PROFILE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user