diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-03-04 21:38:39 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 00:21:05 +0100 |
commit | ce16914bb06788557b8ca19132008c34ddb38894 (patch) | |
tree | ba46bab7c584284cfb6a80a27ebebc2fe738a36c /src/wram.asm | |
parent | fb524eaa51f02a4a1fbd54962132dd3c67989ee6 (diff) |
start dissasembling move effect functions
and plenty of other duel related stuff
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/wram.asm b/src/wram.asm index 5b8399f..9b1d932 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -65,10 +65,9 @@ wPlayerBench5CardHP:: ; c2cd ds $1 ds $1a -;The only known use of this is to store -;when an attack causes a pokemon -;to not be able to attack the following turn -;for example: tail wag, leer +; The only known use of this is to store when an attack +; causes a pokemon to not be able to attack the following turn. +; for example: tail wag, leer wPlayerCantAttackStatus:: ; c2e8 ds $1 ds $3 @@ -578,7 +577,8 @@ wce43:: ; ce43 wce44:: ; ce44 ds $3 -wce47:: ; ce47 +; when printing text, number of frames to wait between each text tile +wTextSpeed:: ; ce47 ds $1 wce48:: ; ce48 @@ -591,7 +591,10 @@ wce4a:: ; ce4a ds $1 wce4b:: ; ce4b - ds $5 + ds $3 + +wCoinTossScreenTextId:: ; ce4e + ds $2 wce50:: ; ce50 ds $1 |