summaryrefslogtreecommitdiff
path: root/engine/games/unown_puzzle.asm
AgeCommit message (Expand)Author
2021-05-09Require rgbds 0.5.1Rangi
2021-04-19Use rgbds 0.5.0Rangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2019-01-30Remove the nested UNION within battle WRAMRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-15More OAM coordinate consistencyRangi
2018-06-25Use specific constants for overwritten text tilesRangi
2018-06-25Use charmap valuesRangi
2018-06-25No space between labels and bodiesRangi
2018-06-24Remove all address commentsmid-kid
2018-04-04Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-04-01Fix file permissionsmid-kid
2018-03-14Organize the engine/ directory, take 2mid-kid