Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update the install instructions again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split base stats, rearrange wram.asm, naming screen
|
|
|
|
|
|
|
|
|
|
|
|
Rename pokedex function
|
|
|
|
|
|
|
|
commented pokedex more
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|