Age | Commit message (Expand) | Author |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-07 | FarString -> PlaceFarString, and document a BrokenPlaceFarString bug | Rangi |
2020-12-07 | Identified two magic numbers and cleaned up some comments (#783) | aljohnston112 |
2020-11-17 | Resolve some "???" comments | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
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-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-17 | Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke... | Rangi |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokegold | Rangi |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi |
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
2020-03-01 | Change how some PNG graphics are formatted | Rangi |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
2019-06-10 | Apply suggested changes | mid-kid |
2019-06-09 | Document high nybble of PrintNum `c` register | mid-kid |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi |
2018-09-09 | Curr -> Cur | Rangi |
2018-08-25 | Use labels instead of constants for HRAM | Rangi |
2018-07-29 | Pokedex_PutScrollbarOAM data values | Rangi |
2018-07-29 | Fix reviewed issues. | Rangi |
2018-07-29 | Add meaningful aliases for wd265 | Rangi |
2018-07-18 | Fix usage of NUM_UNOWN | mid-kid |
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi |
2018-06-25 | No space between labels and bodies | Rangi |
2018-06-25 | Remove more triple newlines | 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-04 | Fix snake_case filenames | mid-kid |
2018-04-01 | Fix file permissions | mid-kid |
2018-03-02 | Improve some code labels | Rangi |
2018-02-07 | questionmark is not a pokemon pic | 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-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-25 | Move event data to data/events/ | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-22 | wStatusFlags/2 bit constants | Rangi |
2018-01-21 | Group engine/pokedex files | Remy Oukaour |