diff options
author | YamaArashi <shadow962@live.com> | 2017-05-09 19:33:43 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-09 19:33:43 -0700 |
commit | b7efd72ac411800d709082dab220470544541c90 (patch) | |
tree | c58dd7fa0bf86492cbe061f39c8d7038cb34fe21 /include | |
parent | c0c3d2c52ad839450041d1ca6a29691efc5c5d35 (diff) |
name daily event functions
Diffstat (limited to 'include')
-rw-r--r-- | include/dewford_trend.h | 2 | ||||
-rw-r--r-- | include/flags.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/dewford_trend.h b/include/dewford_trend.h index af1b61363..a37de3389 100644 --- a/include/dewford_trend.h +++ b/include/dewford_trend.h @@ -4,7 +4,7 @@ #define ARRAY_2007800 ((struct EasyChatPair *)(unk_2000000 + 0x7800)) #define ARRAY_2007900 ((struct EasyChatPair *)(unk_2000000 + 0x7900)) -void InitDewfordTrends(void); +void InitDewfordTrend(void); void sub_80FA4E4(void *, u32, u8); #endif diff --git a/include/flags.h b/include/flags.h index 0c0cebc5f..56325dea6 100644 --- a/include/flags.h +++ b/include/flags.h @@ -51,6 +51,7 @@ #define SYS_BRAILLE_WAIT 0x851 #define SYS_BRAILLE_FLY 0x852 +#define SYS_SHOAL_ITEM 0x85F #define SYS_B_DASH 0x860 // got Running Shoes #define SYS_CTRL_OBJ_DELETE 0x861 #define SYS_RESET_RTC_ENABLE 0x862 |