Age | Commit message (Expand) | Author |
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | vulcandth |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-08 | Identify scrolling menu lists in WRAM | Rangi |
2021-02-22 | Identify link sync buffers, separate from link action bytes | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-08 | Identify link.asm WRAM labels based on ax6's research notes <https://pastebin... | Rangi |
2020-11-17 | Resolve some "???" comments | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi |
2020-11-02 | Group some link.asm code into "paragraphs" | Rangi |
2020-11-01 | Identify wLinkBattleRNPreamble | Rangi |
2020-11-01 | Make some labels more consistent | Rangi |
2020-10-30 | Sync Mystery Gift labels with pokecrystal | Rangi |
2020-10-29 | Define SERIAL_LINK_BYTE_TIMEOUT | Rangi |
2020-10-29 | Name an unused link engine WRAM byte | Rangi |
2020-10-29 | Identify the remaining uses of another WRAM union | Rangi |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi |
2020-10-27 | Identify remaining Mystery Gift labels and constants | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-23 | Identify some more labels, mostly WRAM | Rangi |
2020-10-23 | Name symbols in link.asm (#63) | Elliot |
2020-10-22 | Identify some more labels (a few link-related) | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-19 | Document weird code involving link trades of mew and celebi | mid-kid |
2020-07-06 | Define SERIAL_PREAMBLE_LENGTH | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-19 | Rename labels to stop cheating the unnamed.py script. | entrpntr |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokecrystal | Rangi |
2020-06-15 | Port miscellaneous recent updates from pokecrystal | Rangi |
2020-06-14 | Fix file permissions. | entrpntr |
2020-06-06 | Merge pull request #45 from libjet/bank3e | entrpntr |
2020-06-06 | Add time_capsule_2.asm and new_pokedex_entry.asm | libjet |
2020-06-06 | Add engine/events/name_rater.asm | libjet |
2020-06-06 | Add engine/link/time_capsule.asm | libjet |
2020-06-05 | Fix file permissions. | entrpntr |
2020-05-27 | Merge pull request #36 from entrpntr/misc-dump | entrpntr |
2020-05-25 | Reformat and re-reidentify some gfx. | entrpntr |
2020-05-25 | Add engine/link/init_list.asm | libjet |
2020-05-23 | Rename some previously unidentified code/gfx. | entrpntr |
2020-05-23 | Add engine/events/mom_phone.asm and engine/link/mystery_gift_3.asm. | entrpntr |
2020-05-19 | Several small cleanups, add pics. | entrpntr |
2020-05-12 | Simple cleanups in constants/data/macros and banks 1-4. | entrpntr |
2020-05-03 | Add Makefile option for verbose sym/map; fix some label names. | entrpntr |
2020-05-01 | Disassemble bank $0b. | entrpntr |
2020-04-30 | Add engine/link/link.asm and engine/link/mystery_gift.asm | entrpntr |
2019-12-12 | Update predef_pointers and wram, and correct typo's caused by search + replace | libjet |