Age | Commit message (Expand) | Author |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2022-01-23 | Enumerate MobileAPI function constants | mid-kid |
2022-01-22 | `ClearWindowData` clears four menu data buffers, each the same size | Rangi |
2021-12-30 | Use `MAP_LENGTH` in `GetMapPointer` | Rangi |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-09-05 | Label wram variables for in home/mobile and lib/mobile (#843) | Andrew Cook |
2021-05-09 | Require rgbds 0.5.1 | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-16 | Revise some constant definitions | Rangi |
2021-03-11 | Verify script command table sizes | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-02-22 | Identify link sync buffers, separate from link action bytes | 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-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-11-02 | Group some link.asm code into "paragraphs" | Rangi |
2020-10-29 | Updates to more closely sync with pokegold | Rangi |
2020-10-29 | Define SERIAL_LINK_BYTE_TIMEOUT | Rangi |
2020-10-29 | Identify the remaining (non-mobile) uses of another WRAM union | Rangi |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi |
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-22 | Identify remaining map object labels | Rangi |
2020-10-22 | Identify some more map object labels and constants | Rangi |
2020-10-22 | Identify some more labels (a few link-related) | Rangi |
2020-10-05 | Identify some more unnamed labels | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi |
2020-08-18 | Enable compatibility with upcoming RGBASM version | ISSOtm |
2020-08-17 | "<NULL>" -> 0, for 'and a' | Rangi |
2020-08-17 | Use ISCONST for future rgbds lexer compatibility | Rangi |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-08-03 | TX_NUM -> TX_DECIMAL | mid-kid |
2020-08-03 | Better label 2D menu data | mid-kid |
2020-07-13 | Disassemble the final English debug ROM | Rangi |
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-29 | Identify more labels and constants | Rangi |
2020-06-22 | Identify some more labels | Rangi |
2020-06-21 | Sync PokeFluteTerminator with pokegold | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | 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 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi |
2020-06-16 | Harmonize home/ with pokegold | Rangi |