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/pokedex_cry_screen.c | |
parent | aeeff84462973b267e62031a945603d96afed716 (diff) | |
parent | 30793ff41bd0c289dc58fad13bb6251923296836 (diff) |
Merge pull request #795 from PikalaxALT/common_fix
Fix compatibility with gcc-10
Diffstat (limited to 'src/pokedex_cry_screen.c')
-rw-r--r-- | src/pokedex_cry_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex_cry_screen.c b/src/pokedex_cry_screen.c index 0574ca45b..9abea27a1 100644 --- a/src/pokedex_cry_screen.c +++ b/src/pokedex_cry_screen.c @@ -41,7 +41,7 @@ void sub_811A350(u8, u16, u8); void sub_811A534(struct Sprite *); void sub_811A6D8(s8); -extern u8 gUnknown_03005E98; +u8 gUnknown_03005E98; // data/pokedex_cry_screen.o |