Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pokemon Emerald: Fix invalid escape sequence warnings (#4328)
Generation on Python 3.12 would print SyntaxWarnings due to invalid '\d' escape sequences added in #3832. Use raw strings to avoid `\` being used to escape characters.
- Loading branch information