summaryrefslogtreecommitdiff
path: root/engine/link
AgeCommit message (Collapse)Author
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
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
2021-02-22Identify link sync buffers, separate from link action bytesRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
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-01Make some labels more consistentRangi
2020-10-30Sync Mystery Gift labels with pokecrystalRangi
2020-10-29Define SERIAL_LINK_BYTE_TIMEOUTRangi
2020-10-29Name an unused link engine WRAM byteRangi
2020-10-29Identify the remaining 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-23Name symbols in link.asm (#63)Elliot
Identify remaining link.asm labels
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-19Rename labels to stop cheating the unnamed.py script.entrpntr
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
To do: engine/{menus, overworld}
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-14Fix file permissions.entrpntr
2020-06-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Add time_capsule_2.asm and new_pokedex_entry.asmlibjet
2020-06-06Add engine/events/name_rater.asmlibjet
2020-06-06Add engine/link/time_capsule.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-05-27Merge pull request #36 from entrpntr/misc-dumpentrpntr
Disassemble banks $70 and $3f, add tileset data
2020-05-25Reformat and re-reidentify some gfx.entrpntr
2020-05-25Add engine/link/init_list.asmlibjet
2020-05-23Rename some previously unidentified code/gfx.entrpntr
2020-05-23Add engine/events/mom_phone.asm and engine/link/mystery_gift_3.asm.entrpntr
2020-05-19Several small cleanups, add pics.entrpntr
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-03Add Makefile option for verbose sym/map; fix some label names.entrpntr
2020-05-01Disassemble bank $0b.entrpntr
2020-04-30Add engine/link/link.asm and engine/link/mystery_gift.asmentrpntr
2019-12-12Update predef_pointers and wram, and correct typo's caused by search + replacelibjet