Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | Use charmap values | Rangi | |
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-25 | Use charmap “ and ” | Rangi | |
2018-06-25 | Merge events_2.asm with events.asm | Rangi | |
(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-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | "→" should be "ェ" | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Merge pull request #530 from Rangi42/master | yenatch | |
[RTM] Finish removing address comments, split out mart_constants.asm, and other tweaks | |||
2018-06-24 | Remove address comments in docs | Rangi | |
2018-06-24 | Remove more address comments | Rangi | |
2018-06-24 | Remove address comment | Rangi | |
2018-06-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # engine/items/mart.asm | |||
2018-06-24 | Merge pull request #532 from mid-kid/master | yenatch | |
Remove even more address comments | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Merge pull request #531 from mid-kid/master | yenatch | |
Remove all address comments | |||
2018-06-24 | NUM_GRASSMON * 2 | Rangi | |
2018-06-24 | NUM_WATERMON | Rangi | |
2018-06-24 | WATER_WILDDATA_LENGTH | Rangi | |
2018-06-24 | FISHGROUP_DATA_LENGTH | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-24 | Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworld | Rangi | |
2018-06-23 | wMartItemBCDEnd is unused | Rangi | |
2018-06-23 | wCurMartEnd - wCurMart = 16 | Rangi | |
2018-06-23 | Add STANDARDMART_* jumptable index constants | Rangi | |
2018-06-23 | Separate Mart constants from item data constants | Rangi | |
2018-06-23 | Use direct tile IDs, not charmap entries, since they don't correspond ↵ | Rangi | |
correctly (e.g. "┌" is not the top-right corner) | |||
2018-06-21 | Merge pull request #528 from Rangi42/master | yenatch | |
Silence -Wimplicit-fallthrough | |||
2018-06-20 | Silence -Wimplicit-fallthrough | Rangi | |
2018-06-20 | Merge pull request #526 from atasro2/master | yenatch | |
reword | |||
2018-06-18 | final fix | i0brendan0 | |
2018-06-17 | Merge pull request #525 from Rangi42/master | yenatch | |
Note which labels are only needed for locating banks (relevant to issue #485) | |||
2018-06-14 | fixed a typo | MCboy | |
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;) | |||
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-10 | Fix small bug | Thomas Winwood | |
2018-06-09 | Convert code samples in bugs_and_glitches.md to diffs | Thomas Winwood | |
2018-06-09 | Convert code samples in design_flaws.md to diffs | Thomas Winwood | |
2018-06-07 | Merge pull request #521 from mid-kid/master | yenatch | |
Fix md5.c for Windows | |||
2018-06-07 | Merge pull request #518 from Rangi42/master | yenatch | |
[RTM] Specify DVs individually | |||
2018-06-07 | Fix md5.c for Windows | mid-kid | |
Solves #520 | |||
2018-06-06 | Use dn | Rangi | |
2018-06-06 | Specify DVs individually | Rangi | |
2018-06-05 | Merge pull request #516 from Ben10do/remove-gnu-sed-extensions | yenatch | |
Don’t use GNU extensions when calling sed | |||
2018-06-05 | sort_symfile: don't need to use sort -o with a temp file | yenatch | |
2018-06-05 | sort_symfile: don't overwrite the symfile with an intermediate file | yenatch | |
2018-06-05 | Merge pull request #517 from mid-kid/master | yenatch | |
Some fixes all around | |||
2018-06-05 | Fix other unused shiny check label | yenatch | |
2018-06-05 | Fix DangetSoundHigh -> DangerSoundHigh | mid-kid | |