Skip to content

Commit

Permalink
Forgot to properly put Last Battle BGM in
Browse files Browse the repository at this point in the history
  • Loading branch information
andwn committed Dec 8, 2016
1 parent 410e83a commit 8fc964d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/resources.res
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ XGM BGM_HerosEnd "bgm/herosend.vgm"
XGM BGM_Jenka1 "bgm/jenka1.vgm"
XGM BGM_Jenka2 "bgm/jenka2.vgm"
XGM BGM_LabFight "bgm/labfight.vgm"
XGM BGM_LastBoss "bgm/lastboss.vgm"
XGM BGM_LastCave "bgm/lastcave.vgm"
XGM BGM_Meltdown2 "bgm/meltdown2.vgm"
XGM BGM_Mischievous "bgm/mischievous.vgm"
Expand Down
2 changes: 1 addition & 1 deletion src/db/song.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const song_info_def song_info[SONG_COUNT] = {
{ BGM_LastCave, "Last Cave" },
{ BGM_Balcony, "Balcony" },
{ BGM_Charge, "Charge" },
{ BGM_EyesOfFlame, "Last Battle" }, // 0x20
{ BGM_LastBoss, "Last Battle" }, // 0x20
{ BGM_Balcony, "The Way Back Home" },
{ BGM_Zombie, "Zombie" },
{ BGM_BreakDown, "Break Down" },
Expand Down

0 comments on commit 8fc964d

Please sign in to comment.