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/animations.asm | |
| parent | Split commentary lines that are too long (diff) | |
| download | pokeyellow-247b619e9abf12c6790cff72343a8cf8431b0fb9.tar.gz pokeyellow-247b619e9abf12c6790cff72343a8cf8431b0fb9.tar.xz pokeyellow-247b619e9abf12c6790cff72343a8cf8431b0fb9.zip | |
Some wram constants
Diffstat (limited to 'engine/battle/animations.asm')
| -rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index d4cebb44..17033282 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2931,7 +2931,7 @@ TossBallAnimation: ; 79e16 (1e:5e16) Func_79e6a: ; 79e6a (1e:5e6a) call WaitForSoundToFinish - ld a, [wd05b] + ld a, [wDamageMultipliers] and $7f ret z cp $a |
