From 30793ff41bd0c289dc58fad13bb6251923296836 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 22 Jul 2020 13:12:23 -0400 Subject: Fix COMMON sym references under modern gcc --- src/mauville_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mauville_man.c') diff --git a/src/mauville_man.c b/src/mauville_man.c index 64c41f3bf..6fa00b19e 100644 --- a/src/mauville_man.c +++ b/src/mauville_man.c @@ -134,7 +134,7 @@ extern const u8 gTextStoryteller_Story36Title[]; extern const u8 gTextStoryteller_Story36Action[]; extern const u8 gTextStoryteller_Story36Text[]; -extern struct BardSong gUnknown_03005DA0; +struct BardSong gUnknown_03005DA0; EWRAM_DATA static u16 gUnknown_020388BC = 0; // set but not used? -- cgit v1.2.3