summaryrefslogtreecommitdiff
path: root/src/code_8098BDC.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-03-23 12:11:10 -0500
committerGitHub <noreply@github.com>2021-03-23 12:11:10 -0500
commit2fd4f339b42c010191c199772b09ac34c580de94 (patch)
treee562899f35861ece70c292602fe6aac2f50906bf /src/code_8098BDC.c
parent7b142311a7294c4c7a943870fa5f24f0fbea604a (diff)
Miscellaneous Work (Again) (#31)
* move some personality data from asm to C * combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu * decomp some more wonder mail funcs and label some more data * lots of data splitting and move some to src * split out more dungeon data * continue splitting out more dungeon data * doc rescue team rank/pts funcs/data and exclusive pokemon ewram * doc more sound things and decomp a func * decomp LoadTeamRankBadge and label some data members * split out rescue team and text util stuff * forgot a constant * match a few funcs and clean up a few * cleaned up sub_80A28B4
Diffstat (limited to 'src/code_8098BDC.c')
-rw-r--r--src/code_8098BDC.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_8098BDC.c b/src/code_8098BDC.c
index 6469b57..66bb85a 100644
--- a/src/code_8098BDC.c
+++ b/src/code_8098BDC.c
@@ -60,7 +60,7 @@ extern void sub_8098CC8();
extern void sub_809674C();
extern void sub_80961B4();
extern void sub_8091FB4();
-extern s32 sub_80A2B18(s16);
+extern const char *sub_80A2B18(s16);
extern u8 sub_8001CC4(u8, u8, u8);
extern void sub_8091980(u32);
@@ -317,7 +317,7 @@ s16 sub_8098FA0(void)
return sub_8001658(0, 0x11);
}
-s32 sub_8098FB4(void)
+const char *sub_8098FB4(void)
{
return sub_80A2B18(sub_8001658(0, 0x11));
}