diff options
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r-- | engine/battle_anims/anim_commands.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm index 21f15db9..61fa7fb9 100644 --- a/engine/battle_anims/anim_commands.asm +++ b/engine/battle_anims/anim_commands.asm @@ -292,7 +292,6 @@ RunBattleAnimCommand: ld hl, BattleAnimCommands add hl, de add hl, de - ld a, [hli] ld h, [hl] ld l, a @@ -689,7 +688,7 @@ BattleAnimCmd_IncObj: ret .found - ld hl, BATTLEANIMSTRUCT_ANON_JT_INDEX + ld hl, BATTLEANIMSTRUCT_JUMPTABLE_INDEX add hl, bc inc [hl] ret @@ -740,7 +739,7 @@ BattleAnimCmd_SetObj: .found call GetBattleAnimByte - ld hl, BATTLEANIMSTRUCT_ANON_JT_INDEX + ld hl, BATTLEANIMSTRUCT_JUMPTABLE_INDEX add hl, bc ld [hl], a ret |