summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-15Update FAQRangi
2018-07-15More OAM coordinate consistencyRangi
2018-07-15Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asmRangi
2018-07-13Comments for ToggleMaptileDecorationsRangi
2018-07-13Correct wTradeFlags lengthRangi
2018-07-12SFX_UNKNOWN_7F → SFX_TOXICRangi
2018-07-11Replace more hex values with constants or decimalRangi
2018-07-11SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically ↵Rangi
the level-up text plays the former
2018-07-10Use more options constantsRangi
2018-07-08Remove extra parenthesesRangi
2018-07-07landmark macro includes the +8/+16 offsets for X/Y coordinatesRangi
2018-07-05More LCDC bit constantsRangi
2018-07-05TileAnimationPalette → AnimateWaterPaletteRangi
2018-07-05Correct file pathRangi
2018-07-04Use TRUE/FALSE for wSaveFileExistsRangi
2018-07-04Miscellaneous reorganization fixesRangi
2018-07-01Merge pull request #538 from yenatch/travisyenatch
osx build
2018-06-30osx buildyenatch
2018-06-30Merge pull request #534 from Rangi42/masteryenatch
[RTM] Fix triple newlines left over from removing address comments, and other improvements
2018-06-30" " → "┘" + 1Rangi
2018-06-30Use significant values 5, 6, and 7Rangi
2018-06-30No linebreakRangi
2018-06-28Add more collision nybble constantsRangi
2018-06-27Use :: for all global labels, not the GLOBAL keywordRangi
2018-06-25Use specific constants for overwritten text tilesRangi
2018-06-25Use charmap valuesRangi
2018-06-25"┘" + 1 == " "Rangi
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character
2018-06-25Use charmap “ and ”Rangi
2018-06-25Merge events_2.asm with events.asmRangi
(events_2.asm was only separate because scripting.asm intervenes; but other files have a similar "code / INCLUDE self-contained code / more code" structure to this)
2018-06-25Keep more data/ INCLUDEs with relevant routinesRangi
2018-06-25No space between labels and bodiesRangi
2018-06-25Single newline at the end of filesRangi
2018-06-25Remove more triple newlinesRangi
2018-06-24"→" should be "ェ"Rangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Merge pull request #530 from Rangi42/masteryenatch
[RTM] Finish removing address comments, split out mart_constants.asm, and other tweaks
2018-06-24Remove address comments in docsRangi
2018-06-24Remove more address commentsRangi
2018-06-24Remove address commentRangi
2018-06-24Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # engine/items/mart.asm
2018-06-24Merge pull request #532 from mid-kid/masteryenatch
Remove even more address comments
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Merge pull request #531 from mid-kid/masteryenatch
Remove all address comments
2018-06-24NUM_GRASSMON * 2Rangi
2018-06-24NUM_WATERMONRangi
2018-06-24WATER_WILDDATA_LENGTHRangi
2018-06-24FISHGROUP_DATA_LENGTHRangi
2018-06-24Remove all address commentsmid-kid
2018-06-24Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworldRangi
2018-06-23wMartItemBCDEnd is unusedRangi