diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-21 10:18:04 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-21 10:18:04 -0400 |
commit | d008cc7d60d4cfd34c27a0abcb3cef991b8096a6 (patch) | |
tree | 31df7c828a9484222692cb30e0b34011baf3c37f /include | |
parent | 6343bdcf312b785215f618358d84f46205018228 (diff) |
Up through sub_810FAA0
Diffstat (limited to 'include')
-rw-r--r-- | include/tv.h | 1 | ||||
-rwxr-xr-x | include/vars.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/tv.h b/include/tv.h index b4847848b..e2001c7f3 100644 --- a/include/tv.h +++ b/include/tv.h @@ -106,5 +106,6 @@ void DoTVShowTodaysSmartShopper(void); void sub_80BE3BC(void); void UpdateTVShowsPerDay(u16); void sub_80C045C(); +void sub_80BF088(u8, u32); #endif // GUARD_TV_H diff --git a/include/vars.h b/include/vars.h index 50ca97818..f31ebde84 100755 --- a/include/vars.h +++ b/include/vars.h @@ -32,6 +32,7 @@ #define VAR_0x4054 0x4054 #define VAR_0x4089 0x4089 +#define VAR_0x4095 0x4095 #define VAR_0x4097 0x4097 #define VAR_0x409a 0x409a #define VAR_PORTHOLE 0x40B4 |