diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-09-11 13:51:51 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-09-11 13:52:48 +0200 |
commit | e3dcbcde48466cb07522bd5bf98559aec05a9b07 (patch) | |
tree | cdce91a2d07223f07fdef70fb0167d7b7d6837b3 /include | |
parent | b0f8c8a763cb1626672b2555e92be93a3afc7bad (diff) |
Document text_char_print
Diffstat (limited to 'include')
-rw-r--r-- | include/macros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/macros.inc b/include/macros.inc index 7ab2dc5..d93bfd0 100644 --- a/include/macros.inc +++ b/include/macros.inc @@ -7,5 +7,5 @@ farcall: macro ld a, BANK(\1) ld [w_bank_temp], a pop af - call farcall + call _farcall endm |