From c1c609ec4a4bab7fef0e744cd631567b57c794fa Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 8 Mar 2021 09:41:55 -0500 Subject: Identify scrolling menu lists in WRAM Fixes #809 --- engine/pokemon/mail.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/pokemon') 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 -- cgit v1.2.3