diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-12 14:40:30 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-12 14:40:30 -0500 |
commit | ffa2474021a3f72496028a679a67d49e9fd2baef (patch) | |
tree | 510e4b6a18c84dabdbc0cbf73c61d1a85e3a03db /src/pokedex.c | |
parent | 95c56943995bbae7688b581a6b6d084e215827f4 (diff) |
sub_8072B80 const
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index ec13edac4..832a55666 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -3771,5 +3771,5 @@ void sub_8091304(u8 *name, u8 b, u8 c) while (gDexText_UnknownPoke[j] != EOS) str[i++] = gDexText_UnknownPoke[j++]; str[i] = EOS; - sub_8072B80(str, b, c, (u8 *)gDexText_UnknownPoke); + sub_8072B80(str, b, c, gDexText_UnknownPoke); } |