no i didnt forget that "vivi" is gestation... shut up!!!!!
This commit is contained in:
parent
5fe79ba3ae
commit
88b7892c26
5 changed files with 5 additions and 3 deletions
BIN
game_english/data/Resource/ORG/VIVI.org
Normal file
BIN
game_english/data/Resource/ORG/VIVI.org
Normal file
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
#0200
|
||||
|
||||
<FAI0000<CMU0004<END
|
||||
<CMU0007<FAI0000<END
|
|
@ -1 +1 @@
|
|||
S`b``=:lvqy``0`ls}…```dlu~t
|
||||
S`b``=:ls}…``0glvqy````lu~t
|
|
@ -310,7 +310,7 @@ static const struct
|
|||
const char *loop_file_path;
|
||||
int type;
|
||||
bool loop; // Only applicable to non-Organya songs
|
||||
} music_table[7] = {
|
||||
} music_table[8] = {
|
||||
{"Resource/ORG/XXXX.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
{"Resource/ORG/CURLY.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
{"Resource/ORG/OPPOSITN.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
|
@ -318,6 +318,7 @@ static const struct
|
|||
{"Resource/ORG/CAVE.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
{"Resource/ORG/WAMBOM.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
{"Resource/ORG/MAGUMAN.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
{"Resource/ORG/VIVI.org", NULL, MUSIC_TYPE_ORGANYA, true},
|
||||
};
|
||||
|
||||
void ChangeMusic(MusicID no)
|
||||
|
|
|
@ -11,6 +11,7 @@ typedef enum MusicID
|
|||
MUS_CAVE = 0x4,
|
||||
MUS_WAMBOM = 0x5,
|
||||
MUS_MAGUMAN = 0x6,
|
||||
MUS_VIVI = 0x7,
|
||||
|
||||
} MusicID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue