summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-02-18 03:32:24 +0000
committerlibjet <libj3t@gmail.com>2020-02-18 03:32:24 +0000
commit80153b820ad017b09b7f896f0fb17beaf49faa95 (patch)
treef81c1bc319c400af110e226dd6a2d472568be07d /engine
parent3379187ef4d3e3d545cd31cfe74452359169e1ad (diff)
Add clear_sprites.asm
Diffstat (limited to 'engine')
-rwxr-xr-xengine/overworld/map_object_action.asm2
-rwxr-xr-xengine/variables.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/map_object_action.asm b/engine/overworld/map_object_action.asm
index 40499b50..553243c4 100755
--- a/engine/overworld/map_object_action.asm
+++ b/engine/overworld/map_object_action.asm
@@ -9,7 +9,7 @@
ld a, [hli]
ld h, [hl]
ld l, a
- call jp_hl
+ call _hl_
ret
Pointers4460:
diff --git a/engine/variables.asm b/engine/variables.asm
index e2a399f0..7e6906ee 100755
--- a/engine/variables.asm
+++ b/engine/variables.asm
@@ -25,7 +25,7 @@ GetVarAction_::
jr .loadstringbuffer2
.call
- call jp_de
+ call _de_
ret
.loadstringbuffer2