Age | Commit message (Expand) | Author |
2022-03-12 | Allow alternate labels for patch names | Rangi |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-03-11 | Verify script command table sizes | Rangi |
2021-02-05 | Identify some more labels | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-09 | Identify wBattleAnimTemp0-3 | Rangi |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-06 | Identify battle bg effects functions and constants (#773) | 7Soul |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokegold | Rangi |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
2020-03-21 | Miscellaneous fixes from #694 | Rangi |
2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi |
2019-04-12 | Create some battle tower SRAM labels | mid-kid |
2019-02-16 | Standardize on $ff ^ X for bitwise negating 8-bit values | Rangi |
2019-02-16 | Document the BattleAnimCmd_ClearObjs bug | Rangi |
2019-02-16 | Document wBattleAnimFlags | mid-kid |
2019-02-16 | Add more constants for battle anim structs | mid-kid |
2019-02-15 | Anotate more of the battle anim subsystem | mid-kid |
2019-02-06 | BATTLEANIMSTRUCT_0B -> BATTLEANIMSTRUCT_PARAM | mid-kid |
2018-12-26 | Fix comments around BANK() statements | mid-kid |
2018-11-25 | Rename "feet and head follow" commands | mid-kid |
2018-11-22 | Identified another user of wBattleAnimTemp | mid-kid |
2018-11-21 | Define ANIM_GFX for PLAYER and ENEMY | mid-kid |
2018-08-25 | Use labels instead of constants for HRAM | Rangi |
2018-07-18 | Fix anim_ret_command | mid-kid |
2018-06-25 | No space between labels and bodies | Rangi |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
2018-06-24 | Remove all address comments | mid-kid |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi |
2018-04-05 | Fix some uses of EFFECTIVE | mid-kid |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
2018-01-30 | wSpritesEnd -> wVirtualOAMEnd. | luckytyphlosion |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion |
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour |
2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour |
2018-01-14 | Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res... | Remy Oukaour |
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ... | Remy Oukaour |
2018-01-14 | GFX tile sizes in decimal | Remy Oukaour |