summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-01-07 16:10:24 -0600
committerSeth Barberee <seth.barberee@gmail.com>2021-01-09 10:33:29 -0600
commitec192a8fa80c389c67878d3da9f9faeb07b1451f (patch)
treece0ee74fdae92286e4ae091196bb5044c6a1f768 /include/constants
parent469212f7ee42d04e3160d357ed1f088f12edd391 (diff)
5% wooo
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/bg_music.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/constants/bg_music.h b/include/constants/bg_music.h
index 0e6f416..df4c318 100644
--- a/include/constants/bg_music.h
+++ b/include/constants/bg_music.h
@@ -1,6 +1,15 @@
#ifndef GUARD_BG_MUSIC_H
#define GUARD_BG_MUSIC_H
-#define MUS_TINY_WOODS 1
+#define MUS_POKEMON_SQUARE 7
+#define MUS_LOADING_SCREEN 8
+#define MUS_THERES_TROUBLE 10
+#define MUS_KECLEON_SHOP 17
+#define MUS_STOP_THIEF 18
+#define MUS_WORLD_CALAMITY 19
+#define MUS_INTRO 40
+#define MUS_TITLE_SCREEN 43
-#endif //GUARD_BG_MUSIC_H
+#define NUM_BG_SONGS 128
+
+#endif //GUARD_BG_MUSIC_H