Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* tileset data macros go atop their related files, like all the ones in data/
* charmaps are not macros
|
|
|
|
|
|
|
|
|
|
|
|
Fix some documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$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
|
|
|
|
|
|
|
|
Move growth rates to a data/ table
Name more SECTIONs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Apparently the first entry in MapGroupRoofs is for the unused mapgroup 0.
Also added useful comments to tilesets/roof.pal.
|
|
WATRTILE was wrongly defined as 15, and WALLTILE as 1. Those had to be
flipped around.
This has allowed for us to replace inmediate values with these constants
in several places to improve readability.
WATRTILE was renamed to WATERTILE in the name of readability.
|
|
Create linker script and float all sections
|
|
|
|
|
|
colon; remove trailing whitespace; globally correct line endings to UNIX style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|