aboutsummaryrefslogtreecommitdiffstats
path: root/engine/trade2.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-48/+0
|
* Sync with pokereddannye2020-05-201-17/+16
|
* remove address commentsYamaArashi2016-06-111-3/+3
|
* engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-7/+7
| | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* constants for PrintNumberYamaArashi2015-07-291-4/+4
|
* Consolidate coord macrosdannye2015-07-181-10/+10
|
* serial/trade/miscYamaArashi2015-02-071-11/+11
|
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-20/+10
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-4/+2
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-16/+16
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+61