diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-09-17 20:39:44 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-09-17 20:39:44 +0200 |
commit | f822834131d68e7262055ec8fe89d13865c673f2 (patch) | |
tree | 8f40b9f0ce330f51947c2d9a78163c371a7e1688 /src/data/effect_commands.asm | |
parent | 8ec2320a09308ee7f43ef92e4cd476c1deb8a2ea (diff) |
unknown2 param of move struct is actually its animation
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r-- | src/data/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 5d4754f..678900f 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -15,7 +15,7 @@ EffectCommands: ; 186f7 (6:46f7) ; even though in some cases their commands and function pointers match. EkansSpitPoisonEffectCommands: - dbw $03, $46f8 + dbw $03, SpitPoison_Poison50PercentEffect dbw $09, $46f0 db $00 |