diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-22 13:35:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 13:35:26 -0400 |
commit | d2e33d58e2353895e2affe0ab803315ad5aef37b (patch) | |
tree | 945ba8f5039c0914d7c94490d2b6146f9a9a441d /src/mauville_man.c | |
parent | aeeff84462973b267e62031a945603d96afed716 (diff) | |
parent | 30793ff41bd0c289dc58fad13bb6251923296836 (diff) |
Merge pull request #795 from PikalaxALT/common_fix
Fix compatibility with gcc-10
Diffstat (limited to 'src/mauville_man.c')
-rw-r--r-- | src/mauville_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
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? |