summaryrefslogtreecommitdiff
path: root/engine/battle_anims/anim_commands.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-08-27 12:13:46 -0400
committerGitHub <noreply@github.com>2020-08-27 12:13:46 -0400
commit8d8229d2aab1b1cd06db22cc8db4fa60bc55ccc4 (patch)
tree2bfb313a0fcd311ea4234969a0783b8cf14f640c /engine/battle_anims/anim_commands.asm
parentd4cc9754472dc561317998a764ad6173134fb579 (diff)
parentaa04a13578c3501b8e95e371e0815fbf4431ec21 (diff)
Merge pull request #62 from mid-kid/master
Better document splash screen
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r--engine/battle_anims/anim_commands.asm5
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