index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
link
/
link.asm
Age
Commit message (
Expand
)
Author
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
Identify some more labels, and make some more consistent
Rangi
2020-10-29
Define SERIAL_LINK_BYTE_TIMEOUT
Rangi
2020-10-29
Port more pokegold link engine symbols, and name an unused WRAM byte
Rangi
2020-10-29
Identify the remaining (non-mobile) uses of another WRAM union
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-23
Identify some more link.asm labels (syncing to pokegold)
Rangi
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-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-06-16
Harmonize some more symbols with pokegold
Rangi
2020-05-29
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Lhivorde
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2020-02-13
Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap
mid-kid
2019-11-18
Fix some constants around wLinkMode
mid-kid
2019-11-03
Fix #645: Use English labels for European mail handling functions
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-05-25
Fix usage of rIE and rSC constants
mid-kid
2019-04-19
Identify some more WRAM labels
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-08-26
hQuotient is a four-byte buffer (fixes #558)
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-23
Consistent routine naming convention: 'Foo' wraps '_Foo'
Rangi
2018-07-16
Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-04-04
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-03-25
Organize the engine/ directory, take 3
mid-kid
2018-03-13
Organize the engine/ directory
mid-kid