diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-14 09:05:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 09:05:18 -0400 |
commit | 117c3fb8cc0f476cc3408afdb316f3ece41a1fe4 (patch) | |
tree | b1504928152a96158c27959a370a058b6962ceed /include/constants | |
parent | b26196e1f874fe5ebe9fe306e7ce18c06fa23715 (diff) | |
parent | bba7f06cd939e3e4df0f445708c8c86bd0f36906 (diff) |
Merge pull request #67 from pret/help_system
Help system
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/flags.h | 2 | ||||
-rw-r--r-- | include/constants/songs.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index eed83d7c6..98ec3e47e 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -67,7 +67,7 @@ #define FLAG_0x82C 0x82C #define FLAG_0x82F 0x82F #define FLAG_0x830 0x830 -#define FLAG_0x834 0x834 +#define FLAG_SYS_NOT_SOMEONES_PC 0x834 #define FLAG_0x83C 0x83C #define FLAG_0x83E 0x83E #define FLAG_0x841 0x841 diff --git a/include/constants/songs.h b/include/constants/songs.h index b83b84f26..66d239ad8 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 |