diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
| commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
| tree | de8727d33beb886cb451a8d5e693ee46aafde55d /engine/battle/a.asm | |
| parent | comment drain HP effect (diff) | |
| download | pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.gz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.xz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.zip | |
commented battle stuff
Diffstat (limited to 'engine/battle/a.asm')
| -rwxr-xr-x | engine/battle/a.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/a.asm b/engine/battle/a.asm index 917a462b..a257d143 100755 --- a/engine/battle/a.asm +++ b/engine/battle/a.asm @@ -21,7 +21,7 @@ LeechSeedEffect_: ; 2bea9 (a:7ea9) bit Seeded, [hl] jr nz, .asm_2bee7 set Seeded, [hl] - callab Func_3fba8 + callab PlayCurrentMoveAnimation ld hl, WasSeededText ; $7ef2 jp PrintText .asm_2bee7 |
