This file lists the initial background music file settings for the game. That is, it contains the file names of the background music files used in the game (at least the way they are defined at startup). Note that all these files must be in the directory 'Music'!
Basically, there are three types of lines: completely blank lines, comment lines which begin with a semicolon (';'), and lines that begin with a file name possibly followed by SPACEs, TABs, and/or a comment started by means of a semicolon (';').
File names are given WITHOUT the file type extension. Note that the file names are not different for midi and mp3 files, so each name must refer to a valid midi and a valid mp3 file (given the proper extension); otherwise the game may become unstable.
The file names are given in the following order, which is defined in the programm itself, it seems, so you can not change it. The comments have NO effect on it:
The first file is used during battles.
The second file is used while the arena is being visited and there is currently no battle.
The third and last file is used while in the town.
The current release version of the game includes the following executed data in this file (the comments are also included for reference. Note that these comments are not executed code):
Battle1 ;バトル Arena1 ;アリーナ Town1 ;町
Return to the StartData directory overview
Return to the main index