summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Expand)Author
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
2022-01-23Enumerate MobileAPI function constantsmid-kid
2022-01-22`ClearWindowData` clears four menu data buffers, each the same sizeRangi
2021-12-30Use `MAP_LENGTH` in `GetMapPointer`Rangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-09-05Label wram variables for in home/mobile and lib/mobile (#843)Andrew Cook
2021-05-09Require rgbds 0.5.1Rangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-16Revise some constant definitionsRangi
2021-03-11Verify script command table sizesRangi
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
2021-02-22Identify link sync buffers, separate from link action bytesRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
2020-12-07FarString -> PlaceFarString, and document a BrokenPlaceFarString bugRangi
2020-12-07Identified two magic numbers and cleaned up some comments (#783)aljohnston112
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-02Group some link.asm code into "paragraphs"Rangi
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-29Define SERIAL_LINK_BYTE_TIMEOUTRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify remaining map object labelsRangi
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify some more labels (a few link-related)Rangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-18Merge pull request #756 from mid-kid/masterRangi
2020-08-18Enable compatibility with upcoming RGBASM versionISSOtm
2020-08-17"<NULL>" -> 0, for 'and a'Rangi
2020-08-17Use ISCONST for future rgbds lexer compatibilityRangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-08-03TX_NUM -> TX_DECIMALmid-kid
2020-08-03Better label 2D menu datamid-kid
2020-07-13Disassemble the final English debug ROMRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
2020-07-04SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULTRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-29Identify more labels and constantsRangi
2020-06-22Identify some more labelsRangi
2020-06-21Sync PokeFluteTerminator with pokegoldRangi
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize home/ with pokegoldRangi