Age | Commit message (Expand) | Author |
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | vulcandth |
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-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-10 | Define MAPGROUP_* constants and verify MapGroup_* table sizes | Rangi |
2021-03-05 | 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 FarPlaceString -> BrokenPlaceFarString | Rangi |
2020-12-07 | Cleaned up some comments and changed a magic number to maskbits NUM_CHANNELS ... | 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 pokecrystal | Rangi |
2020-10-29 | Define SERIAL_LINK_BYTE_TIMEOUT | Rangi |
2020-10-29 | Identify the remaining 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 | Use more assertions to ensure correct code and data | 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 #60 from mid-kid/master | Rangi |
2020-08-18 | Enable compatibility with upcoming RGBASM version | Rangi |
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-04 | TX_NUM -> TX_DECIMAL | mid-kid |
2020-08-04 | Better label 2D menu data | mid-kid |
2020-07-13 | Disassemble the final English debug ROMs | 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 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-19 | Rename labels to stop cheating the unnamed.py script. | entrpntr |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokecrystal | Rangi |
2020-06-16 | ReplaceChrisSprite -> UpdatePlayerSprite | Rangi |
2020-06-16 | Harmonize home/ with pokecrystal | Rangi |