diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
commit | 789ebc73042e07b5e50b3cc3c17ebd1df141f000 (patch) | |
tree | 4b8ef20101e73ba626751ec76d86888274b84486 /home/sine.asm | |
parent | bfe2f6d52e035ea03a372cabb18ba5cf57823bf9 (diff) |
Port homecall macro
Diffstat (limited to 'home/sine.asm')
-rw-r--r-- | home/sine.asm | 10 |
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 |