Standardize capitalization of ".Jumptable"

This commit is contained in:
Rangi
2021-06-19 19:52:05 -04:00
parent 7a03fecc38
commit f59f1bdb88
9 changed files with 23 additions and 18 deletions

View File

@@ -409,13 +409,13 @@ MailboxPC:
jr c, .subexit
ld a, [wMenuCursorY]
dec a
ld hl, .JumpTable
ld hl, .Jumptable
rst JumpTable
.subexit
ret
.JumpTable:
.Jumptable:
dw .ReadMail
dw .PutInPack
dw .AttachMail