summaryrefslogtreecommitdiff
path: root/engine/animated_objects_3e.asm
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2017-09-25 19:18:33 -0700
committerPokechu22 <Pokechu022@gmail.com>2017-09-25 19:18:33 -0700
commit78b6f1a613913536789fe1bcc91b95d6cca54ae9 (patch)
tree9ade0c53b1a5e11e059e7be6d44e35eb13e6c4f5 /engine/animated_objects_3e.asm
parent1ce6731d98388ecacf94036cd26d0125eebbb943 (diff)
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'engine/animated_objects_3e.asm')
-rwxr-xr-xengine/animated_objects_3e.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/animated_objects_3e.asm b/engine/animated_objects_3e.asm
index 63a94350..2373e19e 100755
--- a/engine/animated_objects_3e.asm
+++ b/engine/animated_objects_3e.asm
@@ -391,4 +391,4 @@ ExecuteCurrentAnimatedObjectCallback:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl