We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following build artifacts are placed in the same directory as the original.
sound/direct_sound_samples/*.bin
sound/songs/midi/*.s
*.1bpp
*.4bpp
*.8bpp
*.gbapal
*.lz
*.latfont
*.hwjpnfont
*.fwjpnfont
*.rl
make clean
They should be placed in build/ in the Makefile.
build/
The text was updated successfully, but these errors were encountered:
.rl as well. That's not caught by make clean for some reason
.rl
Sorry, something went wrong.
Merge pull request pret#1224 from AsparagusEduardo/BE-PECompat
fb8a6b4
Fixed compatibility with Pokémon Expansion
24839cc
build/assets/
Successfully merging a pull request may close this issue.
The following build artifacts are placed in the same directory as the original.
sound/direct_sound_samples/*.bin
sound/songs/midi/*.s
*.1bpp
*.4bpp
*.8bpp
*.gbapal
*.lz
*.latfont
*.hwjpnfont
*.fwjpnfont
*.rl
(not caught bymake clean
, see Add *.rl to make clean #1225)They should be placed in
build/
in the Makefile.The text was updated successfully, but these errors were encountered: