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/items/items.asm | |
parent | a8375aaee71e37fb1e6d39c525dbd40fd0df09bb (diff) |
Some wram constants
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 605e5dde..3dc17010 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -321,7 +321,7 @@ ItemUseBall: ; d687 (3:5687) xor a ld [$fff3],a ld [wcc5b],a - ld [wd05b],a + ld [wDamageMultipliers],a ld a,[wWhichPokemon] push af ld a,[wcf91] |