diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 10:40:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 10:40:51 -0400 |
commit | 006881415d315e34876f4d4f3060aca4dcf8e98d (patch) | |
tree | 5e0042e986eb246875e1a5d619e38215d56727b8 /include | |
parent | 244d73af297ea838890d892719882ca19fc04f2a (diff) |
Resolve most hardcoded values in map scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/songs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index dd9335761..b83b84f26 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -250,6 +250,8 @@ #define SE_W287B 245 #define SE_W114 246 #define SE_W063B 247 +#define SE_CASHIER 248 + #define MUS_ME_ASA 256 #define MUS_FANFA1 257 #define MUS_FANFA4 258 @@ -260,6 +262,7 @@ #define MUS_ME_SHINKA 263 #define BGM_FRLG_SAFARI_ZONE 264 #define MUS_SHINKA BGM_FRLG_SAFARI_ZONE +#define BGM_FRLG_CHANSEY_DANCE 267 #define MUS_ME_B_BIG 268 #define MUS_ME_B_SMALL 269 #define MUS_ME_WASURE 270 |