summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-06-23wCurMartEnd - wCurMart = 16Rangi
2018-06-23Add STANDARDMART_* jumptable index constantsRangi
2018-06-23Separate Mart constants from item data constantsRangi
2018-06-23Use direct tile IDs, not charmap entries, since they don't correspond ↵Rangi
correctly (e.g. "┌" is not the top-right corner)
2018-06-21Merge pull request #528 from Rangi42/masteryenatch
Silence -Wimplicit-fallthrough
2018-06-20Silence -Wimplicit-fallthroughRangi
2018-06-20Merge pull request #526 from atasro2/masteryenatch
reword
2018-06-18final fixi0brendan0
2018-06-17Merge pull request #525 from Rangi42/masteryenatch
Note which labels are only needed for locating banks (relevant to issue #485)
2018-06-14fixed a typoMCboy
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-06-10Fix small bugThomas Winwood
2018-06-09Convert code samples in bugs_and_glitches.md to diffsThomas Winwood
2018-06-09Convert code samples in design_flaws.md to diffsThomas Winwood
2018-06-07Merge pull request #521 from mid-kid/masteryenatch
Fix md5.c for Windows
2018-06-07Merge pull request #518 from Rangi42/masteryenatch
[RTM] Specify DVs individually
2018-06-07Fix md5.c for Windowsmid-kid
Solves #520
2018-06-06Use dnRangi
2018-06-06Specify DVs individuallyRangi
2018-06-05Merge pull request #516 from Ben10do/remove-gnu-sed-extensionsyenatch
Don’t use GNU extensions when calling sed
2018-06-05sort_symfile: don't need to use sort -o with a temp fileyenatch
2018-06-05sort_symfile: don't overwrite the symfile with an intermediate fileyenatch
2018-06-05Merge pull request #517 from mid-kid/masteryenatch
Some fixes all around
2018-06-05Fix other unused shiny check labelyenatch
2018-06-05Fix DangetSoundHigh -> DangerSoundHighmid-kid