diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-11 09:03:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:03:17 -0700 |
commit | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (patch) | |
tree | 43ca3a658e80672844b2906b8cbe151ed70c3621 /asm/memory_1.s | |
parent | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (diff) |
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
Diffstat (limited to 'asm/memory_1.s')
-rw-r--r-- | asm/memory_1.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |