diff options
author | yenatch <yenatch@gmail.com> | 2013-07-04 15:42:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-10 19:17:04 -0400 |
commit | 90c18c5cf320be70b0507deda0dd7611052f2bec (patch) | |
tree | bbaaacc3b6dc4ae637d856dc81379a28c2af2066 /battle/effect_commands.asm | |
parent | 37c009ca1c1bd510b050e9801d3d3311cb552aba (diff) |
rst $28 -> JumpTable
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 2336c524a..4372dacba 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -6796,7 +6796,7 @@ BattleCommandac: ; 3658f ; jump dec a ld hl, .ptrs - rst $28 + rst JumpTable ret .ptrs dw BattleCommand19 ; paralyze |