diff options
author | Devin <easyaspi314@users.noreply.github.com> | 2018-01-15 14:08:51 -0500 |
---|---|---|
committer | Devin <easyaspi314@users.noreply.github.com> | 2018-01-15 14:08:51 -0500 |
commit | e342649f56cd1580df7acc5a0b69d46f095487ab (patch) | |
tree | 9983f0801ba3cb48af35dc57a076731e65eeb293 | |
parent | 72b9e7b2c2ee10d566fd923a9cfa1176ba283cb9 (diff) |
Fixed typos
-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 59c69b16e..920873a7c 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -78,7 +78,7 @@ #define SE_FUUSEN1 74 // Red Balloon #define SE_FUUSEN2 75 // Blue Balloon #define SE_FUUSEN3 76 // Yellow Balloon -#define SE_TOY_KABE 77 // Brealable Door +#define SE_TOY_KABE 77 // Breakable Door #define SE_TOY_DANGO 78 // Mud Ball #define SE_DOKU 79 // Overworld Poison Damage #define SE_ESUKA 80 // Escalator @@ -124,7 +124,7 @@ #define SE_W231 120 // Harden #define SE_W171 121 // Nightmare #define SE_W233 122 // Vital Throw -#define SE_W233B 123 // Vital Throw +#define SE_W233B 123 // Vital Throw 2 #define SE_W145 124 // Bubble #define SE_W145B 125 // Bubble 2 #define SE_W145C 126 // Bubble 3 |