diff --git a/.gitignore b/.gitignore index d9e60df73..962955767 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ Graphics/Pokemon/FusionIcons/* Graphics/CustomBattlers/spritesheets/* Data/sprites/* Data/VERSION - \ No newline at end of file +Infinitefusion.sh \ No newline at end of file diff --git a/Data/Scripts/016_UI/015_UI_Options.rb b/Data/Scripts/016_UI/015_UI_Options.rb index 2bc71202c..9b0c07c6e 100644 --- a/Data/Scripts/016_UI/015_UI_Options.rb +++ b/Data/Scripts/016_UI/015_UI_Options.rb @@ -33,8 +33,8 @@ class PokemonSystem @screensize = (Settings::SCREEN_SCALE * 2).floor - 1 # 0=half size, 1=full size, 2=full-and-a-half size, 3=double size @language = 0 # Language (see also Settings::LANGUAGES in script PokemonSystem) @runstyle = 0 # Default movement speed (0=walk, 1=run) - @bgmvolume = 100 # Volume of background music and ME - @sevolume = 100 # Volume of sound effects + @bgmvolume = 40 # Volume of background music and ME + @sevolume = 40 # Volume of sound effects @textinput = 1 # Text input mode (0=cursor, 1=keyboard) @quicksurf = 0 @battle_type = 0