-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbgm.h
More file actions
194 lines (194 loc) · 3.74 KB
/
bgm.h
File metadata and controls
194 lines (194 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
char* bgm[192] =
{ "None",
"Gas station",
"Naming screen",
"Setup screen",
"None",
"You win 1",
"Level up",
"You lose",
"Battle swirl 1",
"Battle swirl 2",
"Ness' house",
"Battle swirl 3",
"You win!",
"Teleport out",
"Teleport fail",
"Falling underground",
"Dr. Andonuts' lab",
"Monotoli building",
"Sloppy house",
"Neighbor's house",
"Arcade",
"Pokey's house",
"Hospital",
"Ness' house",
"Paula's theme",
"Chaos Theater",
"Hotel",
"Good morning",
"Department Store",
"Onett at night 1",
"Your Sanctuary 1",
"Your Sanctuary 2",
"Giant Step",
"Lilliput Steps",
"Milky Well",
"Rainy Circle",
"Magnet Hill",
"Pink Cloud",
"Lumine Hall",
"Fire Spring",
"near a boss",
"Alien Investigation",
"Fire Springs hall",
"Belch's Base",
"Zombie Threed",
"Spooky Cave",
"Onett",
"Fourside",
"Saturn Valley",
"Monkey Caves",
"Moonside",
"Dusty Dunes Desert",
"Peaceful Rest Valley",
"Zombie Threed",
"Winters",
"Cave near a boss",
"Summers",
"Jackie's Cafe",
"Sailing to Scaraba",
"Dalaam",
"Mu Training",
"Bazaar",
"Scaraba desert",
"Pyramid",
"Deep Darkness",
"Tenda Village",
"Welcome home",
"Magicant 2",
"Lost Underworld",
"First step back",
"Second step back",
"The Place",
"Giygas Awakens",
"Giygas phase 2",
"Giygas is weakened",
"Giygas death",
"Runaway 5 concert 1",
"Runaway 5 tour bus",
"Runaway 5 concert 2",
"Power",
"Venus' concert",
"Yellow submarine",
"Bicycle",
"Sky Runner",
"Sky Runner falling",
"Bulldozer",
"Tessie",
"City bus",
"Fuzzy Pickles",
"Delivery",
"Return to your body",
"Robotomy part 2",
"Coffee break",
"Overworld end theme",
"EarthBound Cast",
"Credits",
"vs. Cranky Lady",
"vs. Spinning Robo",
"vs. S. Evil Mushroom",
"vs. Master Belch",
"vs. N. A. Retro Hippie",
"vs. Runaway Dog",
"vs. Cave Boy",
"vs. Your Sanctuary Boss",
"vs. Kraken",
"Giygas heavy metal",
"Inside the Dungeon",
"Megaton Walk",
"Sea of Eden",
"Stonehenge destructs",
"Sky Runner crash",
"Magic Cake",
"Pokey's House 2",
"Buzz Buzz swatted",
"Onett at night 2",
"Phone call",
"Knock knock - right",
"Pink Cloud",
"Onett at night 3",
"Apple of Enlightenment",
"Hotel Darkmoon",
"Onett Intro",
"Sunrise, Onett",
"Someone joins",
"Enter Starman Jr.",
"Boarding school",
"Phase Distorter",
"Phase Distorter II",
"Boy Meets Girl",
"Happy Threed",
"Runaway 5 are freed",
"Flying Man",
"Onett at night 2",
"Hidden Song",
"Your Sanctuary boss",
"Teleport in",
"Saturn Valley cave",
"Elevator down",
"Elevator up",
"Elevator stopping",
"Topolla Theater",
"vs. Master Barf",
"going to Magicant",
"leaving Magicant",
"defeated the Kraken",
"Stonehenge destructs",
"Tessie sighting",
"Meteor fall",
"vs. Starman Jr.",
"Runaway 5 help out",
"Knock knock - left",
"Onett after meteor 1",
"Onett after meteor 2",
"Pokey's theme",
"Onett at night 4",
"Your Sanctuary boss",
"Meteor strike",
"Attract mode",
"Are you sure? Yep",
"Peaceful Rest Valley 2",
"rec. Giant Step",
"rec. Lilliput Steps",
"rec. Milky well",
"rec. Rainy Circle",
"rec. Magnet Hill",
"rec. Pink Cloud",
"rec. Lumine Hall",
"rec. Fire Spring",
"Sound Stone",
"Eight Melodies",
"Dalaam Intro",
"Winters intro",
"Pokey escapes",
"Good Morning 2",
"Gas Station 2",
"Title screen",
"Battle swirl",
"Pokey escapes",
"Good morning 3",
"Robotomy part 1",
"Pokey escapes",
"Return to your body",
"Giygas static",
"sudden victory",
"You win vs. boss",
"Giygas phase three",
"Giygas phase one",
"Give us strength",
"Good morning 4",
"Sound Stone",
"Giygas death",
"Giygas weakened"
};