diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-09-08 20:01:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 20:01:04 -0400 |
commit | fb29a464e63d544f63b8981fdac44981a79eb4a9 (patch) | |
tree | 319e5b685057226bc8ddda16764d71114cde4450 /src/menu_specialized.c | |
parent | 818bc4ebe5893783ef386b10b8b0ec6b4967086b (diff) | |
parent | 6fb1d55c33059c90cfc3e590d1e67f7e50eb1c05 (diff) |
Merge pull request #1180 from PokeCodec/splitTableMatch
Match BattleIntroOpponent1SendsOutMonAnimation
Diffstat (limited to 'src/menu_specialized.c')
-rw-r--r-- | src/menu_specialized.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_specialized.c b/src/menu_specialized.c index d402ecb51..f9da20e11 100644 --- a/src/menu_specialized.c +++ b/src/menu_specialized.c @@ -250,7 +250,7 @@ void sub_81D1D04(u8 a0) sUnknown_0203CF48[a0] = 0xFF; } -static u8 sub_81D1D34(u8 a0) +static u8 sub_81D1D34(u8 a0) // unused { return sUnknown_0203CF48[a0]; } |