diff options
author | yenatch <yenatch@gmail.com> | 2017-12-25 19:01:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-25 19:01:36 -0500 |
commit | 73db02d3cdaf81a214ec6faa5462195618a80a48 (patch) | |
tree | b4d1a5187fda9da6186c52c03e836a5ff8f4dd90 /battle/objects/engine.asm | |
parent | ec8c9688ce970b9c3b63a5b287a99542f0bc9984 (diff) | |
parent | 29b41068cb0644956494dd2b7b75331a336b8d26 (diff) |
Merge pull request #433 from roukaour/master
More code cleanup
Diffstat (limited to 'battle/objects/engine.asm')
-rwxr-xr-x | battle/objects/engine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/objects/engine.asm b/battle/objects/engine.asm index 6a4f86902..ae3bdde28 100755 --- a/battle/objects/engine.asm +++ b/battle/objects/engine.asm @@ -106,7 +106,7 @@ BattleAnimOAMUpdate: ; cca09 ld l, a ld a, [wBattleAnimOAMPointerLo] ld e, a - ld d, Sprites / $100 + ld d, HIGH(Sprites) .loop ld a, [wBattleAnimTempYCoord] ld b, a |