pokecrystal/battle/effects/rollout.asm, branch install Pokémon Crystal Split base stats 2016-01-09T21:52:34+00:00 PikalaxALT PikalaxALT@gmail.com 2016-01-09T21:28:22+00:00 6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5

BattleCommand labels copied from macros 2015-11-06T19:45:10+00:00 PikalaxALT PikalaxALT@gmail.com 2015-11-06T19:45:10+00:00 46e66077a5a4d8d716ac3437e291c958df7809b4

Remove trailing newlines. 2015-06-23T18:24:51+00:00 IIMarckus iimarckus@gmail.com 2015-06-23T18:24:51+00:00 4d532beee6310c8cfd1d8f7d26d623d176fb0027

Blindly use wram labels for everything except mobile, part 1. 2015-02-10T08:53:03+00:00 yenatch yenatch@gmail.com 2015-02-08T08:03:32+00:00 8e033210694533bc1233a851d6914e1f0cb90232 Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
Wram banks and mobile make this tough, since any address can secretly be a ghost.

As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
Fix some misnamed substatus constants. 2014-06-17T19:52:32+00:00 yenatch yenatch@gmail.com 2014-06-17T19:52:32+00:00 dbe4c7ab67cb88ef4ce725598b2082b13a566776 SUBSTATUS_ROLLOUT was actually SUBSTATUS_RAMPAGE. SUBSTATUS_ENCORED was actually SUBSTATUS_ROLLOUT. Substatus 5 bit 4 was actually SUBSTATUS_ENCORED. Also use some more (sub)status constants where needed.
SUBSTATUS_ROLLOUT was actually SUBSTATUS_RAMPAGE.
SUBSTATUS_ENCORED was actually SUBSTATUS_ROLLOUT.
Substatus 5 bit 4 was actually SUBSTATUS_ENCORED.

Also use some more (sub)status constants where needed.
Contest battle type and comment the battle menu. 2014-06-17T18:58:11+00:00 yenatch yenatch@gmail.com 2014-06-17T18:58:11+00:00 c2dba431884fdd9d61a90f6c3efd1876aa1cfa14

Rename _GetBattleVar -> GetBattleVarAddr. 2014-06-14T07:41:34+00:00 yenatch yenatch@gmail.com 2014-06-14T07:34:57+00:00 b83f23725452fed945f8047711f94ba07952f870 Functions prefixed with _ imply they're private. The real purpose of this function is to use an address, rather than saving a few cycles on push/pop.
Functions prefixed with _ imply they're private.
The real purpose of this function is to use an address,
rather than saving a few cycles on push/pop.
split out some more move effects 2013-12-01T19:19:57+00:00 yenatch yenatch@gmail.com 2013-12-01T19:19:57+00:00 d7cdd0ac7383fd120a2b8114af08541058cb691c