summaryrefslogtreecommitdiff
path: root/home/sine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/sine.asm')
-rw-r--r--home/sine.asm10
1 files changed, 1 insertions, 9 deletions
diff --git a/home/sine.asm b/home/sine.asm
index e1552db24..810845860 100644
--- a/home/sine.asm
+++ b/home/sine.asm
@@ -8,14 +8,6 @@ Sine:: ; 1b11
ld e, a
- ld a, [hROMBank]
- push af
- ld a, BANK(_Sine)
- rst Bankswitch
-
- call _Sine
-
- pop af
- rst Bankswitch
+ homecall _Sine
ret
; 1b1e