diff options
author | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-07 05:20:37 -0700 |
commit | f658aff5383fa1e22343efc17e4551c6e7685a39 (patch) | |
tree | 227e1d24c44a3f300b26748095b06fe9da9d2953 /wram.asm | |
parent | 525f1b96f390a7b7625574405cad56277f200ef3 (diff) |
named wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |