diff options
author | libjet <libj3t@gmail.com> | 2019-12-11 01:38:36 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2019-12-11 01:38:36 +0000 |
commit | 93872e920e9c82e1299a7f674cba5b56397b359d (patch) | |
tree | ad89e14c568a891b702b07e1b44ac25ab253ad73 /home/math.asm | |
parent | cc8fc02a9467307f1494946fd08b4e57d4ffdac5 (diff) |
Updated macros/scripts/text.asm and cleaned up macros.asm
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm index 1be69c33..ffa3c282 100644 --- a/home/math.asm +++ b/home/math.asm @@ -44,7 +44,7 @@ Multiply:: push hl push bc - callab Multiply_ ; 1:67bd + callfar Multiply_ ; 1:67bd pop bc pop hl |