Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-23 | Identify USE_OBP1_F | Rangi | |
2018-05-23 | WALKS_ON_WATER → SWIMMING | Rangi | |
2018-05-23 | More sprite movement data flag constants | Rangi | |
2018-05-23 | Use known sprite movement data flag constants | Rangi | |
2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi | |
Introduce maskbits N[, S]: optionally shift the bitmask | |||
2018-05-23 | Use constants | Rangi | |
2018-05-23 | Factor out GetHPPals and SetHPPals from home.asm | Rangi | |
The remaining code in home.asm is almost all "generic", unrelated to Pokémon-specific game logic, so leaving it as-is might be neater than little home/*.asm files for each routine. | |||
2018-05-23 | Use SPRITE_VARS | Rangi | |
2018-05-21 | Gme → Game | Rangi | |
2018-05-20 | adc a, 0 → adc 0; fix comments | Rangi | |
2018-05-20 | Use REGISTERED_* constants | Rangi | |
128px wide pack_menu.png matches BGB VRAM viewer, and rows+cols match hex tile IDs (e.g. $24 = row 3 col 5) | |||
2018-05-19 | Correct comment | Rangi | |
2018-05-19 | 1 << FRZ == $20 | Rangi | |