Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2018-06-04 | Fix unused shiny check comments. | yenatch | |
2018-06-04 | Alignment | mid-kid | |
2018-06-04 | Clean up PlayDanger | mid-kid | |
2018-06-04 | Use structure constants for channel_struct | mid-kid | |
2018-06-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-06-04 | Merge pull request #514 from Rangi42/master | yenatch | |
[Ready to merge] Named constants for sprite movement data bit flags + other minor fixes | |||
2018-06-03 | Create empty sections for the remaining FixPicBank array entries | Rangi | |
2018-06-03 | Change FixPicBank bank array | Rangi | |
2018-06-03 | Don’t use GNU extensions when calling sed | Ben10do | |
Apparently, GNU sed has a few extensions that aren’t supported by the version of BSD sed that currently comes with Macs. This would cause sort_symfile.sh to fail on macOS, causing the build to appear to fail at the last minute. Admittedly, I’m not very familiar with sed, but this seems to do the trick on both macOS and Ubuntu. - The input file must be last in the arguments list. - The -i option, allowing the same file for input and output, doesn’t appear to be supported. Instead, I’m writing the output to a temporary file, and replacing the original file with that temporary file. - Apparently ‘\w’ isn’t supported, so I’m simply using ‘.’ instead, as it appears to match “0_ROM0@” etc. just as well. | |||
2018-06-01 | Miscellaneous fixes in the use of _command constants. | mid-kid | |
2018-06-01 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-06-01 | SGB palette roles discovered from Spaceworld beta G/S | Rangi | |
2018-05-29 | Same pic bank solution as pokecrystal | Rangi | |
2018-05-24 | Function6ec1 → CanObjectMoveInDirection | Rangi | |
2018-05-23 | Use constants more | Rangi | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |