You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Port homecall macro
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
PrinterReceive:: ; 2057
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, BANK(_PrinterReceive)
|
||||
rst Bankswitch
|
||||
|
||||
call _PrinterReceive
|
||||
pop af
|
||||
rst Bankswitch
|
||||
homecall _PrinterReceive
|
||||
|
||||
ret
|
||||
; 2063
|
||||
|
||||
Reference in New Issue
Block a user