summaryrefslogtreecommitdiff
path: root/engine/pokemon/mail.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-11-17 13:33:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-11-18 12:41:11 -0500
commit3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (patch)
treef71e627c4af610124b7f77cc4a9c2dad2adf02f6 /engine/pokemon/mail.asm
parentc05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff)
Resolve issue #575: Rename text commands
Diffstat (limited to 'engine/pokemon/mail.asm')
-rw-r--r--engine/pokemon/mail.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/pokemon/mail.asm b/engine/pokemon/mail.asm
index 6576153dc..91026d2a2 100644
--- a/engine/pokemon/mail.asm
+++ b/engine/pokemon/mail.asm
@@ -311,7 +311,7 @@ _PlayerMailBoxMenu:
.EmptyMailboxText:
text_far _EmptyMailboxText
- db "@"
+ text_end
InitMail:
; initialize wMailboxCount and beyond with incrementing values, one per mail
@@ -454,15 +454,15 @@ MailboxPC:
.PutAwayText:
text_far ClearedMailPutAwayText
- db "@"
+ text_end
.PackFullText:
text_far MailPackFullText
- db "@"
+ text_end
.MessageLostText:
text_far MailMessageLostText
- db "@"
+ text_end
.GetMailType:
push af
@@ -522,15 +522,15 @@ MailboxPC:
.HoldingMailText:
text_far MailAlreadyHoldingItemText
- db "@"
+ text_end
.EggText:
text_far MailEggText
- db "@"
+ text_end
.MailMovedText:
text_far MailMovedFromBoxText
- db "@"
+ text_end
.Cancel:
ret