pokeyellow/engine/trade2.asm, branch master Pokémon Yellow Sync with pokered 2020-11-04T06:06:44+00:00 dannye 33dannye@gmail.com 2020-11-04T06:06:44+00:00 5647ca687b92954dcf37a6ea6bfbc9a341c32de4

Sync with pokered 2020-05-21T01:02:53+00:00 dannye 33dannye@gmail.com 2020-05-21T00:40:33+00:00 10f9559eab8c93b94abb8ae8d1083704ad4e169a

remove address comments 2016-06-12T00:50:20+00:00 YamaArashi shadow962@live.com 2016-06-12T00:48:24+00:00 7e112672b436afee27f1a5a0d6e7a5964e7829b2

engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm 2015-12-23T20:40:59+00:00 luckytyphlosion alan.rj.huang@gmail.com 2015-12-23T20:40:59+00:00 043e9327650f2ee0053fe43a29c9d63bc5e120d3 Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
constants for PrintNumber 2015-07-29T19:06:54+00:00 YamaArashi shadow962@live.com 2015-07-28T01:48:44+00:00 56d75db28ad827d514f3c2c52da0fe4ba2759610

Consolidate coord macros 2015-07-18T20:52:03+00:00 dannye corrnondacqb@yahoo.com 2015-07-18T20:52:03+00:00 148d3f3cf28f9c270e3d5043af0692d95bc731c5

serial/trade/misc 2015-02-07T10:43:08+00:00 YamaArashi shadow962@live.com 2015-02-07T10:43:08+00:00 3fdb8a0d8995746d5605136ece384516338489b0

Use *Coord instead of FuncCoord 2014-06-25T20:58:27+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-25T20:58:27+00:00 bd533aa79bbe1998fd2b699bd7205da2de4fe55c Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
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. 2014-06-16T20:57:26+00:00 yenatch yenatch@gmail.com 2014-06-16T20:57:26+00:00 b36f793667924f868282ce979fabab3e95d642a5

Remove most static wram addresses. Use labels instead. 2014-05-27T05:04:39+00:00 yenatch yenatch@gmail.com 2014-05-26T21:04:56+00:00 40c17c906b2b3f65b3b04b1933b90238a7ac5566 For unknown addresses, use "w<address>". Label overleads are still an issue.
For unknown addresses, use "w<address>".

Label overleads are still an issue.