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-04-27 | Use {interpolation} to generate sequences of RAM labels | Rangi |
2021-03-11 | Verify script command table sizes | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-02-05 | Identify some more labels | Rangi |
2020-11-17 | Resolve some "???" comments | 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-11-03 | Identify some more uses of wBuffer1-6 | Rangi |
2020-10-30 | UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims | Rangi |
2020-10-30 | Identify wSpriteAnimDict key constants | 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-22 | Identify more sprite graphics and map object labels, and have consistent anon... | Rangi |
2020-10-21 | Identify remaining two battle anim BG effect functions | Rangi |
2020-10-06 | Update battle anim bg function comments, and identify more unnamed labels | Rangi |
2020-10-06 | Identify battle bg effects functions and constants (#773) | 7Soul |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-10-05 | Identify some more unnamed labels | Rangi |
2020-10-04 | Identify more unnamed labels | Rangi |
2020-10-03 | Identify battle animation functions (#771) | 7Soul |
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-06-13 | Label some mobile addresses, and revise some comments | Rangi |
2020-05-10 | Update some comments | 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-13 | Merge pull request #623 from mid-kid/patch-1 | Rangi |
2019-04-12 | Create some battle tower SRAM labels | mid-kid |
2019-04-09 | TextBox -> Textbox | 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 | Merge pull request #601 from mid-kid/master | Rangi |
2019-02-16 | Fix issues in review | mid-kid |
2019-02-16 | Eliminate some $xxxx values | Rangi |
2019-02-16 | Document wBattleAnimFlags | mid-kid |
2019-02-16 | Add more constants for battle anim structs | mid-kid |
2019-02-15 | wNumActiveBattleAnims → wLastAnimObjectIndex | mid-kid |
2019-02-15 | Anotate more of the battle anim subsystem | mid-kid |
2019-02-06 | Document all possible values for ReinitBattleAnimFrameset | 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 |