summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Collapse)Author
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
Fixes #813
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
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
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
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-02-22Identify link sync buffers, separate from link action bytesRangi
Fixes #803
2021-01-09Rename GetFarHalfword to GetFarWordRangi
Fixes #796
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-12-07FarString -> PlaceFarString, and document a BrokenPlaceFarString bugRangi
2020-12-07Identified two magic numbers and cleaned up some comments (#783)aljohnston112
Improve the audio engine's comments and replace some magic numbers with constants
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
Rub a dub dub, thanks for the grub
2020-08-18Enable compatibility with upcoming RGBASM versionISSOtm
This is additionally required, because an `elif`'s condition is evaluated even when it's about to be skipped over, and this `"\2"` will become an error
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
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
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
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵Rangi
OpenSRAM) To do: engine/{menus, overworld}
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize home/ with pokegoldRangi