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.
|
|
This means dependencies for unrelated targets aren't generated if you aren't building them. This makes "make clean" and building individual targets fast again.
|
|
This is technically a hack, since keeping the .asm suffix was causing nonexistent rules to be evaluated as per the next commit. On the other hand, this is the intended purpose of .SUFFIXES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|