diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-20 20:23:08 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-20 20:23:08 -0400 |
commit | d356e35b648c6689155c9cbd2d23ea8bede8f097 (patch) | |
tree | 6dba85e548de8584e7d25fa22b486837097c4ad1 /include | |
parent | 30142411799650c17367ce4652269e8ecca7ceef (diff) |
Fix incorrect pike curtain SE names
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/songs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index 129cd44a2..87bb741af 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -273,8 +273,8 @@ #define SE_POKENAV_HANG_UP 264 // SE_TOREOFF #define SE_ARENA_TIMEUP1 265 // SE_HANTEI1 #define SE_ARENA_TIMEUP2 266 // SE_HANTEI2 -#define SE_PIKE_CURTAIN_OPEN 267 // SE_CURTAIN -#define SE_PIKE_CURTAIN_CLOSE 268 // SE_CURTAIN1 +#define SE_PIKE_CURTAIN_CLOSE 267 // SE_CURTAIN +#define SE_PIKE_CURTAIN_OPEN 268 // SE_CURTAIN1 #define SE_SUDOWOODO_SHAKE 269 // SE_USSOKI // Music |