Age | Commit message (Collapse) | Author |
|
|
|
implementations
|
|
|
|
|
|
|
|
* tileset data macros go atop their related files, like all the ones in data/
* charmaps are not macros
|
|
|
|
|
|
$100` or `X >> 8` and `X & $ff`
|
|
Get rid of single-file engine/ subdirectories
Move tilesets/ palettes unrelated to individual tilesets into data/palettes/ (more from engine/colors.asm can be moved here too)
|
|
|
|
Move some data into a pokemon/ subdirectory
|
|
|
|
|
|
|
|
Effect command enums are used like constants, not macros
|
|
|
|
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds.
This fix silences these deprecation warnings.
|
|
|
|
fixed palred/green/blue macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|