Port homecall macro

This commit is contained in:
pikalaxalt
2016-05-27 10:41:59 -04:00
parent bfe2f6d52e
commit 789ebc7304
8 changed files with 24 additions and 77 deletions

View File

@@ -59,15 +59,7 @@ Divide:: ; 3124
push hl
push de
push bc
ld a, [hROMBank]
push af
ld a, BANK(_Divide)
rst Bankswitch
call _Divide
pop af
rst Bankswitch
homecall _Divide
pop bc
pop de
pop hl