From d356e35b648c6689155c9cbd2d23ea8bede8f097 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 20 Aug 2020 20:23:08 -0400 Subject: Fix incorrect pike curtain SE names --- include/constants/songs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/constants') 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 -- cgit v1.2.3