diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-08 09:45:51 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-08 09:45:51 -0500 |
commit | abfe4f96ee0db03ac00ab52282cf182d636b35b4 (patch) | |
tree | 25fbd54afeb3288361d464ed7568c588c263bd3f /engine/pokemon/mail.asm | |
parent | b423e94be700cc6434465cf1dcccf0b677489192 (diff) |
Identify scrolling menu lists in WRAM
Diffstat (limited to 'engine/pokemon/mail.asm')
-rw-r--r-- | engine/pokemon/mail.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/mail.asm b/engine/pokemon/mail.asm index 4ad13300..e9cc1551 100644 --- a/engine/pokemon/mail.asm +++ b/engine/pokemon/mail.asm @@ -547,7 +547,7 @@ MailboxPC: db SCROLLINGMENU_DISPLAY_ARROWS ; flags db 4, 0 ; rows, columns db SCROLLINGMENU_ITEMS_NORMAL ; item format - dbw 0, wMailboxCount ; text pointer + dbw 0, wMailboxCount dba MailboxPC_PrintMailAuthor dba NULL dba NULL |