Age | Commit message (Expand) | Author |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-22 | Identify remaining map object labels | Rangi |
2020-10-19 | Battle transition spin quadrants are like pokered's half circles | Rangi |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi |
2020-08-11 | Identify some time-related data | Rangi |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokegold | Rangi |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
2019-06-30 | Define constants for both battle transition tiles | Rangi |
2019-02-16 | Update to rgbds 0.3.8 | Rangi |
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi |
2018-09-09 | Use existing bigdw macro | Rangi |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi |
2018-08-25 | Use labels instead of constants for HRAM | Rangi |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
2018-06-24 | Remove all address comments | mid-kid |
2018-04-05 | Use constants for bit/set/res more | Rangi |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an i... | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
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-12 | More gfx/**/*.pal files | Remy Oukaour |
2018-01-11 | Use maskbits some more | Remy Oukaour |
2018-01-10 | map_objects.pal is easier to find in gfx/overworld/ than gfx/sprites/ | Remy Oukaour |
2018-01-09 | Consistent sine wave code formatting | Remy Oukaour |
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa... | Adelaide Walter |
2018-01-02 | Use BANK for all hardcoded banks with BANK in comments. | Adelaide Walter |
2018-01-02 | Consistent predef function names | xCrystal |
2018-01-02 | Clean up Predef function names | xCrystal |
2018-01-02 | Clean up XXX comments for unused content | xCrystal |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal |
2017-12-28 | endm -> ENDM | xCrystal |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour |