summaryrefslogtreecommitdiff
path: root/engine/link/link.asm
AgeCommit message (Expand)Author
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-11-02Group some link.asm code into "paragraphs"Rangi
2020-11-01Identify wLinkBattleRNPreambleRangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-29Define SERIAL_LINK_BYTE_TIMEOUTRangi
2020-10-29Port more pokegold link engine symbols, and name an unused WRAM byteRangi
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-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more link.asm labels (syncing to pokegold)Rangi
2020-10-22Identify some more labels (a few link-related)Rangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-19Document weird code involving link trades of mew and celebimid-kid
2020-07-06Define SERIAL_PREAMBLE_LENGTHRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
2019-11-18Fix some constants around wLinkModemid-kid
2019-11-03Fix #645: Use English labels for European mail handling functionsRangi
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-04-19Identify some more WRAM labelsRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-08-26hQuotient is a four-byte buffer (fixes #558)Rangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-07-23Consistent routine naming convention: 'Foo' wraps '_Foo'Rangi
2018-07-16Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)Rangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-04-04Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-04-01Fix file permissionsmid-kid
2018-03-25Organize the engine/ directory, take 3mid-kid
2018-03-13Organize the engine/ directorymid-kid