Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | undo protect message bug | i0brendan0 | |
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 | |
2018-05-18 | Constants for PC menu indexes | Rangi | |
'db ' -> 'db ' | |||
2018-05-18 | Fix comments | Rangi | |
2018-05-13 | Change sfx and cry branch labels to local labels | mid-kid | |
They're local anyway, and this makes them look more like loops. | |||
2018-05-11 | Merge pull request #512 from pret/warnings | yenatch | |
fix lb/ln and "left shift of negative value" warning | |||
2018-05-11 | Merge pull request #510 from Rangi42/master | yenatch | |
Use explicit HELD_NONE and NO_LIMITS, not 0s; also fix #511 | |||
2018-05-11 | Revert "Fix #511: eliminate "Left shift of negative value" warnings" | yenatch | |
This reverts commit aa51dbc61245d5b4949c1872b3d3e915a981ded3. | |||
2018-05-09 | Fix doc links | Rangi | |
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | Merge pull request #509 from mid-kid/master | yenatch | |
A fix-various-little-things PR | |||
2018-05-06 | fix lb/ln and "left shift of negative value" warning | yenatch | |
fixes #511 | |||
2018-05-06 | Fix #511: eliminate "Left shift of negative value" warnings | Rangi | |
2018-05-06 | Keep macros near relevant data | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | Combine bit flags with | not + | Rangi | |
2018-05-05 | Explicit NO_LIMITS instead of 0 | Rangi | |
2018-05-05 | Use explicit HELD_NONE, not 0 | Rangi | |
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-04-11 | Merge pull request #507 from yenatch/master | yenatch | |
fix label from the wrong bank in the title screen | |||
2018-04-10 | fix label from the wrong bank in the title screen | yenatch | |