summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 05:20:37 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 05:20:37 -0700
commitf658aff5383fa1e22343efc17e4551c6e7685a39 (patch)
tree227e1d24c44a3f300b26748095b06fe9da9d2953 /wram.asm
parent525f1b96f390a7b7625574405cad56277f200ef3 (diff)
named wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 690ffef9..547d00e4 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1882,6 +1882,21 @@ wFirstMonsNotOutYet:: ; d11d
; which will be the first mon sent out.
ds 1
+; lower nybble: number of shakes
+; upper nybble: number of animations to play
+wPokeBallAnimData:: ; d11e
+
+wUsingPPUp:: ; d11e
+
+wMaxPP:: ; d11e
+
+; 0 for player, non-zero for enemy
+wCalculateWhoseStats:: ; d11e
+
+wTypeEffectiveness:: ; d11e
+
+wMoveType:: ; d11e
+
wNumSetBits:: ; d11e
wd11e:: ds 1 ; used as a Pokemon and Item storage value. Also used as an output value for CountSetBits