Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Battle anims, HP Bar anim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
first alphanumeric character is capitalized or not
|
|
trailing colon
|
|
colon; remove trailing whitespace; globally correct line endings to UNIX style
|
|
sudowoodo on route 36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when the filename uses different case than the include,
rgbds mistakenly thinks that file is intermediate
|
|
|
|
make was deciding that a couple .blk files were actually intermediate.
Still don't know what is causing that issue. This is a temporary fix
that will probably be forgotten about and become a permanent one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gnu make redefines $* to mean % in spite of posix.
|
|
|
|
|
|
resulting in super-slow HP bars for Pokemon with over 48 HP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous rules were composed this way but only because target-specific variables weren't used. As they are now, they actually do nothing.
|