hBuffer -> hStackBank and hFarByte

This commit is contained in:
Rangi
2020-04-06 12:52:46 -04:00
parent 9076d63d62
commit 1ec60810b8
7 changed files with 32 additions and 31 deletions

View File

@@ -107,10 +107,10 @@ MobilePrintNum::
ret
FarPrintText::
ldh [hBuffer], a
ldh [hStackBank], a
ldh a, [hROMBank]
push af
ldh a, [hBuffer]
ldh a, [hStackBank]
rst Bankswitch
call PrintText