From 7b142311a7294c4c7a943870fa5f24f0fbea604a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 12 Mar 2021 15:39:07 -0600 Subject: Miscellaneous Work (Again) (#30) * work on debug menu and document that and main menu * split, decomp, label more funcs * split exclusive pokemon data out into C * macro-ize exlusive pokemon data * decomp 2 more funcs * decomp a few more * finally match PromptNewQuestion * woot 7% aka more debug menu stuff --- src/code_809747C.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/code_809747C.c') diff --git a/src/code_809747C.c b/src/code_809747C.c index 56e057e..39d41a8 100644 --- a/src/code_809747C.c +++ b/src/code_809747C.c @@ -15,7 +15,7 @@ const u8 *sub_809747C(s16 r0) } else { - return GetDungeonName1(sub_80A270C()); + return GetDungeonName1(sub_80A270C(r0)); } } @@ -27,14 +27,14 @@ const u8 *sub_80974A0(s16 r0) } else { - return GetDungeonName1(sub_80A270C()); + return GetDungeonName1(sub_80A270C(r0)); } } #ifndef NONMATCHING NAKED #endif -u32 *sub_80974C4(s16 r0) +u32 *GetCurrentMissionText(s16 r0) { #ifdef NONMATCHING // TODO fix regswap memes of r0/r1 -- cgit v1.2.3