Updated reference to config location to new location (#5026)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2024-07-23 20:09:32 +02:00 committed by GitHub
parent ae48293806
commit 3f4b4adae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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.
//

View file

@ -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.
//

View file

@ -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.
//

View file

@ -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");