Age | Commit message (Expand) | Author |
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 |
2018-11-22 | Identified another user of wBattleAnimTemp | mid-kid |
2018-11-21 | Define ANIM_GFX for PLAYER and ENEMY | mid-kid |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi |
2018-08-25 | These are signed offsets, not addresses (thanks, PikalaxALT) | Rangi |
2018-08-25 | Remove HRAM label address comments | Rangi |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi |
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-25 | Single newline at the end of files | 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-04-04 | Fix snake_case filenames | mid-kid |
2018-04-01 | Fix file permissions | mid-kid |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an i... | Rangi |
2018-01-30 | wSpritesEnd -> wVirtualOAMEnd. | luckytyphlosion |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-30 | Fix wVirtualOAM labels, part 1. | luckytyphlosion |
2018-01-25 | More battle data in data/battle/ | Rangi |