pokeyellow/engine/battle/1.asm, branch remove-pip Pokémon Yellow Rename battle files and split move effects Part 1 2015-04-01T15:05:10+00:00 xCrystal rgr.crystal@gmail.com 2015-04-01T09:23:27+00:00 e74dce24b4bbb0d0d23a1724932b289050b66d4a 1.asm, 4.asm, and 4_2.asm
1.asm, 4.asm, and 4_2.asm
fixed hp bar wram label and misc 2015-02-08T06:18:42+00:00 YamaArashi shadow962@live.com 2015-02-08T06:18:42+00:00 72bbaed99f725b2b8b0d2653968042ce1625354c

comment drain HP effect 2015-02-07T21:40:14+00:00 YamaArashi shadow962@live.com 2015-02-07T21:40:14+00:00 72265ab92abd235c2af6d26ae76dd0dcaecfd6ac

add constants for volatile statuses and more battle labels/commentary/constants 2015-02-05T07:22:46+00:00 xCrystal rgr.crystal@gmail.com 2015-02-03T19:51:53+00:00 9de54645c896cc57a79679aecd6174afc59762c8

Labelled many functions/variables 2014-08-09T05:39:13+00:00 YamaArashi shadow962@live.com 2014-08-09T05:39:13+00:00 59f0507e4cd0693eb89f5ab3e44cb3c442666140

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 generated "indirect jump" comments. 2014-06-16T18:37:36+00:00 yenatch yenatch@gmail.com 2014-06-16T18:37:36+00:00 38ac74f22285974bda6a0ed537958def8415076e The destination is obvious when using the predef macro.
The destination is obvious when using the predef macro.
Use monster struct macros in wram. Rename related labels for consistency. 2014-06-14T11:12:40+00:00 yenatch yenatch@gmail.com 2014-06-14T11:12:40+00:00 53ae0e93fad9f4c3eaef92f102b1eeb531e59d68

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.