Age | Commit message (Expand) | Author |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2022-03-09 | Identify some wMenuJoypad-related button constants | Rangi |
2022-01-23 | Enumerate MobileAPI function constants | mid-kid |
2022-01-10 | Use time constants more often (#867) | Idain |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-11-23 | Use compound assignment operators | Rangi |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi |
2021-04-19 | Use rgbds 0.5.0 | Rangi |
2021-03-21 | Assert the sBox1-14 tables have NUM_BOXES entries | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-11 | Sync some files with pokegold | Rangi |
2021-02-05 | Identify some more labels | Rangi |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
2020-12-23 | Remove "Buffer" suffix from two HRAM labels | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-11-09 | Remove "XXX" comments (various "???+" still mark unclear code) | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-03 | Identify remaining uses of wBuffer1-6 as general-purpose HP buffers or mobile | Rangi |
2020-11-03 | Identify some uses of wBuffer1-6 in new Crystal code | Rangi |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi |
2020-10-30 | Identify mobile Name Card exchange labels | 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-10-23 | Identify some more link.asm labels (syncing to pokegold) | Rangi |
2020-10-22 | Identify a few more labels and data | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-08-03 | Label some mobile battle screen functions | mid-kid |
2020-08-03 | Better label 2D menu data | mid-kid |
2020-07-23 | Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | Rangi |
2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi |
2020-07-13 | Disassemble the final English debug ROM | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-21 | Remove some more raw addresses | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi |
2020-06-07 | Remove a \ from the end of a comment line | Rangi |
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde |
2020-05-26 | Add label for wd431 and remove misleading comment (it's not strictly mobile) | Fredrik Ljungdahl |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi |
2020-05-05 | Miscellaneous fixes | Rangi |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi |
2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook |