From 25794a39c3539e66d1c0b2334cb35273cd9d8494 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 11 Oct 2021 09:03:17 -0700 Subject: Finish main menu decomp (#59) * decomp rest of main_menu * move some main menu data over * decomp some more wonder mail * decomp the dungeon dialogue scene switches * more wonder mail * consolidate struct_802F204 * another wonder mail func * more wonder mail * slight cleanup --- asm/memory_1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/memory_1.s') diff --git a/asm/memory_1.s b/asm/memory_1.s index d9f1362..f289567 100644 --- a/asm/memory_1.s +++ b/asm/memory_1.s @@ -25,7 +25,7 @@ _08003412: cmp r1, 0 bge _08003438 ldr r0, =gUnknown_80B7F88 - ldr r1, =gUnknown_80B7F94 + ldr r1, =gLocalCreateErrorMessage adds r2, r5, 0 bl FatalError .align 2, 0 -- cgit v1.2.3