From 2fd4f339b42c010191c199772b09ac34c580de94 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 23 Mar 2021 12:11:10 -0500 Subject: 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 --- include/m4a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m4a.h') diff --git a/include/m4a.h b/include/m4a.h index fb05110..52f4281 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -20,7 +20,7 @@ void m4aMPlayImmInit(struct MusicPlayerInfo *mplayInfo); void m4aMPlayStop(struct MusicPlayerInfo *mplayInfo); void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume); -extern struct MusicPlayerInfo gUnknown_20008F0; // BGM?? +extern struct MusicPlayerInfo gMPlayInfo_BGM; // BGM?? #endif //GUARD_M4A_H -- cgit v1.2.3