summaryrefslogtreecommitdiff
path: root/home/sine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/sine.asm')
-rw-r--r--home/sine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/sine.asm b/home/sine.asm
index 810845860..eff5ed299 100644
--- a/home/sine.asm
+++ b/home/sine.asm
@@ -1,6 +1,6 @@
Cosine:: ; 1b0f
; Return d * cos(a) in hl
- add $10 ; 90 degrees
+ add %010000 ; 90 degrees
Sine:: ; 1b11
; Return d * sin(a) in hl