diff options
| author | libjet <libj3t@gmail.com> | 2020-02-18 03:32:24 +0000 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2020-02-18 03:32:24 +0000 |
| commit | 80153b820ad017b09b7f896f0fb17beaf49faa95 (patch) | |
| tree | f81c1bc319c400af110e226dd6a2d472568be07d /engine | |
| parent | 3379187ef4d3e3d545cd31cfe74452359169e1ad (diff) | |
Add clear_sprites.asm
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/overworld/map_object_action.asm | 2 | ||||
| -rwxr-xr-x | engine/variables.asm | 2 |
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 |
