summaryrefslogtreecommitdiff
path: root/engine/vblank.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-27 18:16:42 -0400
committeryenatch <yenatch@gmail.com>2013-08-27 18:16:42 -0400
commit12ab33b37e26d8f44478a6bbb918901e283b2e24 (patch)
treee6ab622f25126334e3675a09ea7738c297102023 /engine/vblank.asm
parentbe9c504b24d56cde5ea50d8af169ff8361610453 (diff)
rename FarCall family labels
FarJump labels renamed to FarCall register aliases JpHl and JpDe renamed to _hl_ and _de_
Diffstat (limited to 'engine/vblank.asm')
-rw-r--r--engine/vblank.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/vblank.asm b/engine/vblank.asm
index 6a319356c..44e3e37c8 100644
--- a/engine/vblank.asm
+++ b/engine/vblank.asm
@@ -26,7 +26,7 @@
ld l, a
; down to business
- call JpHl
+ call _hl_
; since this is called once per frame
call GameTimer