diff options
author | xCrystal <rgr.crystal@gmail.com> | 2015-03-31 20:28:42 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2015-03-31 20:28:42 +0200 |
commit | 247b619e9abf12c6790cff72343a8cf8431b0fb9 (patch) | |
tree | 70d3e98257334b7f7f1f3419fb01f2cf2324376c /engine/battle/b.asm | |
parent | a8375aaee71e37fb1e6d39c525dbd40fd0df09bb (diff) |
Some wram constants
Diffstat (limited to 'engine/battle/b.asm')
-rwxr-xr-x | engine/battle/b.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/b.asm b/engine/battle/b.asm index 32534b17..17f0bd5b 100755 --- a/engine/battle/b.asm +++ b/engine/battle/b.asm @@ -1,5 +1,5 @@ DisplayEffectiveness: ; 2fb7b (b:7b7b) - ld a, [wd05b] + ld a, [wDamageMultipliers] and a, $7F cp a, $0A ret z |