summaryrefslogtreecommitdiff
path: root/audio/engine_13.asm
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2017-07-06 18:28:11 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2017-07-06 18:28:11 -0300
commit686a1a0633f449361d8281dfb0f4d2bcbc315602 (patch)
treef6cd210afc103787f95d089d05cf0f108c828a27 /audio/engine_13.asm
parent23a4406b79d52752f0f5e0893fc149434d0a7021 (diff)
Updated code to comply with newer rgbds (and remove unnecessary memory access brackets where there is no memory access)
Diffstat (limited to 'audio/engine_13.asm')
-rwxr-xr-xaudio/engine_13.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine_13.asm b/audio/engine_13.asm
index bf4b45f..ebacaf3 100755
--- a/audio/engine_13.asm
+++ b/audio/engine_13.asm
@@ -376,7 +376,7 @@ Func_4c24d:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
PointerTable_4c25e:
dw Func_4c26e
@@ -1226,7 +1226,7 @@ Func_4c786:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
PointerTable_4c797:
dw Func_4c9b6