Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | tilemap → tileset | Remy Oukaour | |
2017-12-10 | Rename tilesets, consistent with constant names | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-10-28 | Fix WATERTILE/WALLTILE constants | pfero | |
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. | |||
2016-01-27 | Fix marts using hard-coded bank number | PikalaxALT | |
2016-01-20 | BG pal constants, convert tileset pal maps to asm | PikalaxALT | |
2015-11-13 | sprite engine; tileset constants | PikalaxALT | |
2015-11-12 | Map header labels, tileset constants | PikalaxALT | |
2015-10-17 | Restructured functions in main.asm to resemble the home functions they clone | PikalaxALT | |