diff options
author | scnorton <scnorton@biociphers.org> | 2019-04-09 14:30:54 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-04-09 14:30:54 -0400 |
commit | fb423f957dc8944edf0b822a7aaa1949434ac65e (patch) | |
tree | 2f9de5e4e14a6e8947f221b45566fb28c5223c40 /include/pokemon_3.h | |
parent | d54a9b56da080285db359610fb76aa402e1de249 (diff) |
sub_812EB58; port scanline_effect
Diffstat (limited to 'include/pokemon_3.h')
-rw-r--r-- | include/pokemon_3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_3.h b/include/pokemon_3.h index cffc9780b..a7f83a7de 100644 --- a/include/pokemon_3.h +++ b/include/pokemon_3.h @@ -5,5 +5,6 @@ const u8* GetTrainerClassNameFromId(u16 trainerId); const u8* GetTrainerNameFromId(u16 trainerId); +void sub_8044AF0(u8, u8); #endif // GUARD_POKEMON_3_H |