index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
link
Age
Commit message (
Expand
)
Author
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