diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-13 09:56:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-13 09:56:44 -0400 |
commit | 63b2153402e68856e56fbacdc0d74daf53cfa9fc (patch) | |
tree | a6584f66fbffb70b85e4317aebb8faba3aacbd23 /include/constants | |
parent | 9a1408797c83d9ce3d212d644fe5cf05bc989d10 (diff) |
help_system: sub_813B870
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/songs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index b83b84f26..1f65585bd 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -252,6 +252,10 @@ #define SE_W063B 247 #define SE_CASHIER 248 +#define SE_HELP_OPEN 250 +#define SE_HELP_CLOSE 251 +#define SE_HELP_PAGE 252 + #define MUS_ME_ASA 256 #define MUS_FANFA1 257 #define MUS_FANFA4 258 @@ -480,4 +484,4 @@ #define BGM_BATTLE30 483 #define BGM_ROUTE_118 0x7FFF // What is this for? -#endif // GUARD_CONSTANTS_SONGS_H +#endif
\ No newline at end of file |