Consistent routine naming convention: 'Foo' wraps '_Foo'

This commit is contained in:
Rangi
2018-07-23 00:13:43 -04:00
parent bdde60c64b
commit a1806d6e81
15 changed files with 104 additions and 101 deletions

View File

@@ -268,12 +268,12 @@ PrintUnownStamp:
ld [wPrinterQueueLength], a
ret
PrintMail:
call PrintMail_
PrintMailAndExit:
call PrintMail
call Printer_ExitPrinter
ret
PrintMail_:
PrintMail:
ld a, [wPrinterQueueLength]
push af
xor a