summaryrefslogtreecommitdiff
path: root/engine/pokemon/mail.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-06-19 19:52:07 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-06-19 19:52:07 -0400
commit3eda24dc473813e44e55afb1cf8f57a354fb7a10 (patch)
tree28350b5a19f2dfdd95ed045ed256095516d4bfbe /engine/pokemon/mail.asm
parenta9dd70cc35acee8b5eb701da66d82ba74a1491c2 (diff)
Standardize capitalization of ".Jumptable"
Diffstat (limited to 'engine/pokemon/mail.asm')
-rw-r--r--engine/pokemon/mail.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/mail.asm b/engine/pokemon/mail.asm
index e70f0ec5..55e6b03f 100644
--- a/engine/pokemon/mail.asm
+++ b/engine/pokemon/mail.asm
@@ -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