summaryrefslogtreecommitdiff
path: root/constants/tilemap_constants.asm
AgeCommit message (Collapse)Author
2017-12-11tilemap → tilesetRemy Oukaour
2017-12-10Rename tilesets, consistent with constant namesRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-10-28Fix WATERTILE/WALLTILE constantspfero
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-27Fix marts using hard-coded bank numberPikalaxALT
2016-01-20BG pal constants, convert tileset pal maps to asmPikalaxALT
2015-11-13sprite engine; tileset constantsPikalaxALT
2015-11-12Map header labels, tileset constantsPikalaxALT
2015-10-17Restructured functions in main.asm to resemble the home functions they clonePikalaxALT