diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-04-19 21:55:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 23:55:40 -0500 |
commit | f65dee5a143bd543c74c010d7252eb76893ee243 (patch) | |
tree | d343e826c63f8b501d37873c3c7bc1f010819deb /src/unk_menu_203B360.c | |
parent | d316d1e359c7672277a9cf644acd4e40170f5968 (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/unk_menu_203B360.c')
-rw-r--r-- | src/unk_menu_203B360.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unk_menu_203B360.c b/src/unk_menu_203B360.c index 6d778c2..220b737 100644 --- a/src/unk_menu_203B360.c +++ b/src/unk_menu_203B360.c @@ -54,6 +54,9 @@ void sub_80382E4(s32 param_1) ResetUnusedInputStruct(); sub_800641C(gUnknown_203B360->unk148,1,1); if (param_1 == 0x25) { + // Caution! + // The storage space is empty! + // Please check again. SetMenuItems(&gUnknown_203B360->unk8,gUnknown_203B360->unk148,0,&gUnknown_80E6E94,&gUnknown_80E6EAC, 0,4,0); } |