mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Fixed whitespace issue with trainerproc (#6042)
This commit is contained in:
parent
21d2e40f0a
commit
17e224343f
|
|
@ -1650,7 +1650,7 @@ static void fprint_trainers(const char *output_path, FILE *f, struct Parsed *par
|
|||
fprintf(f, ",\n");
|
||||
}
|
||||
|
||||
fprintf(f, " .encounterMusic_gender = \n");
|
||||
fprintf(f, " .encounterMusic_gender =\n");
|
||||
if (trainer->gender == GENDER_FEMALE)
|
||||
{
|
||||
fprintf(f, "#line %d\n", trainer->gender_line);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user