diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 07:59:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 07:59:29 -0400 |
commit | ab3b8cd51a88f02dbdb72c276a1c35591e8331f4 (patch) | |
tree | 29d5e0c8c1aa2ddd211b65c0160af98044d76678 /include/tv.h | |
parent | 6543d7f2d6e7e12e159588f494895ba02b7d5090 (diff) | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
Merge branch 'master' into heal_location
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tv.h b/include/tv.h index 172754ae0..43f36d69f 100644 --- a/include/tv.h +++ b/include/tv.h @@ -10,6 +10,7 @@ bool8 GetPriceReduction(u8 newsKind); u8 GetRibbonCount(struct Pokemon *pokemon); void TV_PutSecretBaseVisitOnTheAir(void); void sub_80EE184(void); +void sub_80EEA70(void); void sub_80F14F8(TVShow *shows); size_t sub_80EF370(int value); |