Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | More LCDC bit constants | Rangi | |
2018-07-05 | TileAnimationPalette → AnimateWaterPalette | Rangi | |
2018-07-05 | Correct file path | Rangi | |
2018-07-04 | Use TRUE/FALSE for wSaveFileExists | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-07-01 | Merge pull request #538 from yenatch/travis | yenatch | |
osx build | |||
2018-06-30 | osx build | yenatch | |
2018-06-30 | Merge pull request #534 from Rangi42/master | yenatch | |
[RTM] Fix triple newlines left over from removing address comments, and other improvements | |||
2018-06-30 | " " → "┘" + 1 | Rangi | |
2018-06-30 | Use significant values 5, 6, and 7 | Rangi | |
2018-06-30 | No linebreak | Rangi | |
2018-06-28 | Add more collision nybble constants | Rangi | |
2018-06-27 | Use :: for all global labels, not the GLOBAL keyword | Rangi | |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi | |
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 | |