Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected character in battle_partners #5496

Open
AdamS-Catalyst opened this issue Oct 10, 2024 · 4 comments
Open

Unexpected character in battle_partners #5496

AdamS-Catalyst opened this issue Oct 10, 2024 · 4 comments
Labels
status: confirmed This bug has been confirmed to exist in the codebase

Comments

@AdamS-Catalyst
Copy link

Description

This is from a complete fresh download of pokemerald-expansion.
The error occurs when compiling in either MSYS2 or Cygwin.

image

Version

master (default, unreleased bugfixes)

Upcoming/master Version

No response

Discord contact info

No response

@AdamS-Catalyst AdamS-Catalyst added bug Bug status: unconfirmed This bug has not been reproduced yet labels Oct 10, 2024
@hedara90
Copy link
Collaborator

It is known.
On Cygwin and msys2 you have to disable competetive syntax and run trainerproc manually.

@hedara90 hedara90 added status: confirmed This bug has been confirmed to exist in the codebase and removed bug Bug status: unconfirmed This bug has not been reproduced yet labels Oct 10, 2024
@AdamS-Catalyst
Copy link
Author

It is known. On Cygwin and msys2 you have to disable competetive syntax and run trainerproc manually.

Thank you, do you have link or something that will help me do that?
I couldn't find anything through google.

@hedara90
Copy link
Collaborator

You set COMPETITIVE_PARTY_SYNTAX to FALSE in include/config/general.h and run tools/trainerproc/trainerproc the way it tells you targeting the .party input files and .h output files before running make.

Or you switch to WSL which does not have this problem.

@AdamS-Catalyst
Copy link
Author

Thank you, I'll give those changes a shot.
I wanted to try WSL, but I'm afraid I get confused even at step 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: confirmed This bug has been confirmed to exist in the codebase
Projects
None yet
Development

No branches or pull requests

2 participants