summaryrefslogtreecommitdiff
path: root/src/other_menus.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-04-19 21:55:40 -0700
committerGitHub <noreply@github.com>2021-04-19 23:55:40 -0500
commitf65dee5a143bd543c74c010d7252eb76893ee243 (patch)
treed343e826c63f8b501d37873c3c7bc1f010819deb /src/other_menus.c
parentd316d1e359c7672277a9cf644acd4e40170f5968 (diff)
Wonder mail and some boss dialogues (#36)
* more wonder mail and main menu work * Lots of things.. doc'ing, decomping, and other things * continue decomping boss scenes * up to Suicune * up to Mewtwo dialogue * up to Raquaza * fix spelling error on Rayquaza and decomp a few more * up to groudon * divide > shift
Diffstat (limited to 'src/other_menus.c')
-rw-r--r--src/other_menus.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/other_menus.c b/src/other_menus.c
index 8b5eca3..f64c976 100644
--- a/src/other_menus.c
+++ b/src/other_menus.c
@@ -323,6 +323,9 @@ void sub_80371B8(void)
if (sub_8037C10(0) != 0) {
sub_80376CC();
sub_8035CC0(&gUnknown_203B35C->unk15C,0);
+ // Success!
+ // The item exchange with your friend
+ // went through successfully
SetMenuItems(&gUnknown_203B35C->unk1C, gUnknown_203B35C->unk15C, 0, &gUnknown_80E6C50,
&gUnknown_80E6C68, 0, 6, 0);
sub_8035CF4(&gUnknown_203B35C->unk1C, 0, 1);
@@ -375,10 +378,12 @@ void sub_80371B8(void)
break;
case 0xe:
puVar5 = &gUnknown_80E6B78;
+ // Error, there was a problem on your friend's end
ppuVar4 = &gUnknown_80E6B90;
break;
case 0xf:
puVar5 = &gUnknown_80E6BF4;
+ // Error, your friend is not responding
ppuVar4 = &gUnknown_80E6C0C;
break;
}