summaryrefslogtreecommitdiff
path: root/engine/link
AgeCommit message (Collapse)Author
2022-04-16Additional vc_asserts (#906)HEADmastervulcandth
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
Fixes #813
2021-11-23Use ~X instead of $ff ^ XRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-08Identify scrolling menu lists in WRAMRangi
Fixes #809
2021-02-22Identify link sync buffers, separate from link action bytesRangi
Fixes #803
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-12-08Identify link.asm WRAM labels based on ax6's research notes ↵Rangi
<https://pastebin.com/NTxjzKGQ>
2020-11-17Resolve some "???" commentsRangi
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-30Identify mobile Name Card exchange labelsRangi
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-27Identify remaining Mystery Gift labels and constantsRangi
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more labels, mostly WRAMRangi
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
This piece of code is frankly rather confusing, as it seemingly doesn't serve much of a purpose. Documenting it here for future reference.
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 ↵Rangi
OpenSRAM) To do: engine/{menus, overworld}
2020-06-17Harmonize engine/{gfx, items, link, math} with pokegoldRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-06-10predef_id -> lda_predef, for consistency with lda_coord and map_idRangi
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-05-10Update some commentsRangi
2020-05-07Clean up some percentage valuesRangi
2020-04-16Fix #709 miscellaneous issuesRangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-21RTC -> UpdateTimeAndPalsmid-kid
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
Stupid name is stupid smh tbh fam.
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
Name a lot of text labels according to our conventions
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-04-19Identify some more WRAM labelsRangi
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-02-16Update to rgbds 0.3.8Rangi
2018-11-18Resolve issue #575: Rename text commandsRangi