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

@@ -59,7 +59,7 @@ ReadAnyMail:
.pressed_start
ld a, [wJumptableIndex]
push af
callfar PrintMail ; printer
callfar PrintMailAndExit ; printer
pop af
ld [wJumptableIndex], a
jr .loop