diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-08 09:41:55 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-08 09:41:55 -0500 |
| commit | c1c609ec4a4bab7fef0e744cd631567b57c794fa (patch) | |
| tree | 0cb20238976b10490e5b6ef9bbf92067dce454db /engine/pokemon | |
| parent | 9c17fb14c8068d6662b9ca1cb048ed206b6770ee (diff) | |
Identify scrolling menu lists in WRAM
Fixes #809
Diffstat (limited to 'engine/pokemon')
| -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 4ad133004..e9cc15517 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 |
