Age | Commit message (Expand) | Author |
2018-03-25 | Organize the engine/ directory, director's cut | mid-kid |
2018-03-25 | Organize the engine/ directory, take 3 | mid-kid |
2018-03-14 | Organize the engine/ directory, take 2 | mid-kid |
2018-03-13 | Organize the engine/ directory | mid-kid |
2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-22 | Fix TRUE/FALSE constants for CalcMonStats | mid-kid |
2018-02-22 | Pkmn -> Mon | 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 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an i... | Rangi |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-30 | Fix wVirtualOAM labels, part 1. | luckytyphlosion |
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion |
2018-01-22 | Add data/text/ | Rangi |
2018-01-21 | Group engine/pokedex files | Remy Oukaour |
2018-01-21 | Unrelated routine gets its own file | Remy Oukaour |
2018-01-21 | POKEDEX_SCX | Remy Oukaour |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour |
2018-01-19 | More Japanese characters | Remy Oukaour |
2018-01-18 | Disambiguate "%" and "<NO>" | Remy Oukaour |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour |
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour |
2018-01-16 | Cleaner Pokédex code | Remy Oukaour |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour |
2018-01-15 | Move code out of gfx/ (close #474) | 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 | Move code out of data/ | Remy Oukaour |
2018-01-11 | Use maskbits some more | Remy Oukaour |
2018-01-10 | Resolve #461 | Remy Oukaour |
2018-01-09 | Consistent sine wave code formatting | Remy Oukaour |
2018-01-08 | Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7) | Adelaide Walter |
2018-01-07 | Predef_FlagAction -> Predef_SmallFarFlagAction | xCrystal |
2018-01-05 | Predef_Flag -> Predef_FlagAction | xCrystal |
2018-01-02 | Consistent predef function names | xCrystal |
2018-01-02 | Consolidate Special function names | xCrystal |
2018-01-02 | More unreferenced labels cleanup | xCrystal |
2018-01-02 | Clean up Predef function names | xCrystal |
2018-01-02 | Clean up XXX comments for unused content | xCrystal |
2017-12-29 | LY_BLANK and rLCDC constants | xCrystal |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`... | Remy Oukaour |
2017-12-24 | Group Pokérus files in engine/pokerus/ | Remy Oukaour |
2017-12-24 | Remove all code from main.asm (some labeled INCBINs, like out-of-context grap... | Remy Oukaour |