Updated reference to config location to new location (#5026)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
ae48293806
commit
3f4b4adae5
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
// DO NOT MODIFY THIS FILE! It is auto-generated from src/data/battle_partners.party
|
||||
//
|
||||
// If you want to modify this file set COMPETITIVE_PARTY_SYNTAX to FALSE
|
||||
// in include/config.h and remove this notice.
|
||||
// in include/config/general.h and remove this notice.
|
||||
// Use sed -i '/^#line/d' 'src/data/battle_partners.h' to remove #line markers.
|
||||
//
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// DO NOT MODIFY THIS FILE! It is auto-generated from src/data/trainers.party
|
||||
//
|
||||
// If you want to modify this file set COMPETITIVE_PARTY_SYNTAX to FALSE
|
||||
// in include/config.h and remove this notice.
|
||||
// in include/config/general.h and remove this notice.
|
||||
// Use sed -i '/^#line/d' 'src/data/trainers.h' to remove #line markers.
|
||||
//
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// DO NOT MODIFY THIS FILE! It is auto-generated from test/battle/trainer_control.party
|
||||
//
|
||||
// If you want to modify this file set COMPETITIVE_PARTY_SYNTAX to FALSE
|
||||
// in include/config.h and remove this notice.
|
||||
// in include/config/general.h and remove this notice.
|
||||
// Use sed -i '/^#line/d' 'test/battle/trainer_control.h' to remove #line markers.
|
||||
//
|
||||
|
||||
|
|
|
@ -1583,7 +1583,7 @@ static void fprint_trainers(const char *output_path, FILE *f, struct Parsed *par
|
|||
fprintf(f, "// DO NOT MODIFY THIS FILE! It is auto-generated from %s\n", parsed->source->path);
|
||||
fprintf(f, "//\n");
|
||||
fprintf(f, "// If you want to modify this file set COMPETITIVE_PARTY_SYNTAX to FALSE\n");
|
||||
fprintf(f, "// in include/config.h and remove this notice.\n");
|
||||
fprintf(f, "// in include/config/general.h and remove this notice.\n");
|
||||
fprintf(f, "// Use sed -i '/^#line/d' '%s' to remove #line markers.\n", output_path);
|
||||
fprintf(f, "//\n");
|
||||
fprintf(f, "\n");
|
||||
|
|
Loading…
Reference in a new issue