summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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