diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-13 16:36:07 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-13 16:36:07 -0400 |
commit | bba7f06cd939e3e4df0f445708c8c86bd0f36906 (patch) | |
tree | b1504928152a96158c27959a370a058b6962ceed | |
parent | 9aac6112a2205a84cc89022a9dcb7140ad060c66 (diff) |
Fix songs constants header eof
-rw-r--r-- | include/constants/songs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index 1f65585bd..66d239ad8 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -484,4 +484,4 @@ #define BGM_BATTLE30 483 #define BGM_ROUTE_118 0x7FFF // What is this for? -#endif
\ No newline at end of file +#endif // GUARD_CONSTANTS_SONGS_H |