diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 08:44:43 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 17:06:15 -0600 |
commit | c8d963b26afbe410bc1946bad911a11a7197c45e (patch) | |
tree | 5ad3f7bc343c318866a5941ea8c8f8f5d28f8db1 /include/tv.h | |
parent | 7f0ba304065a80d68b8610c4c8801839221677f6 (diff) |
Label DoPokeNews and PokeNews struct
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tv.h b/include/tv.h index c2158ece0..91b871f71 100644 --- a/include/tv.h +++ b/include/tv.h @@ -43,7 +43,7 @@ void sub_80BEA5C(u16); void sub_80BEA88(void); void sub_80BEA88(void); void sub_80BEB20(void); -int sub_80BEBC8(struct UnknownSaveStruct2ABC *arg0); +int sub_80BEBC8(struct PokeNews *arg0); extern void sub_80BEBF4(void); void sub_80BEC10(u8); bool8 GetPriceReduction(u8); @@ -80,7 +80,7 @@ void sub_80C01D4(void); void sub_80C03A8(u8 showidx); void sub_80C03C8(u16 species, u8 showidx); void sub_80C0408(void); -bool8 sub_80C06E8(struct UnknownSaveStruct2ABC *arg0, struct UnknownSaveStruct2ABC *arg1, s8 arg2); +bool8 sub_80C06E8(struct PokeNews *arg0, struct PokeNews *arg1, s8 arg2); void TVShowConvertInternationalString(u8 *, u8 *, u8); void DoTVShowTheNameRaterShow(void); void DoTVShowPokemonTodaySuccessfulCapture(void); |