diff --git a/Data/Map036.rxdata b/Data/Map036.rxdata index d8f8d14ac..2dd7c0740 100644 Binary files a/Data/Map036.rxdata and b/Data/Map036.rxdata differ diff --git a/Data/Map077.rxdata b/Data/Map077.rxdata index 78d8c92e0..42715021c 100644 Binary files a/Data/Map077.rxdata and b/Data/Map077.rxdata differ diff --git a/Data/MapInfos.rxdata b/Data/MapInfos.rxdata index dbc4a5c33..d8166eb84 100644 Binary files a/Data/MapInfos.rxdata and b/Data/MapInfos.rxdata differ diff --git a/Data/Scripts/051_AddOns/ShinyColorOffsets.rb b/Data/Scripts/051_AddOns/ShinyColorOffsets.rb index ef6b0a00d..c77860658 100644 --- a/Data/Scripts/051_AddOns/ShinyColorOffsets.rb +++ b/Data/Scripts/051_AddOns/ShinyColorOffsets.rb @@ -1,3 +1,47 @@ +# class ShinySelector +# def set_colors(pokemon_id) +# +# +# +# picturePath = get_unfused_sprite_path(getPokemon(pokemon_id).id_number) +# @pokemonBitmap = AnimatedBitmap.new(picturePath) +# @previewwindow = PictureWindow.new(@pokemonBitmap) +# @previewwindow.z = 100 +# +# +# +# pbFadeOutIn { +# scene = ShinySliderOptionsScene.new +# screen = PokemonOptionScreen.new(scene) +# screen.pbStartScreen +# } +# +# end +# end +# +# class ShinySliderOptionsScene < PokemonOption_Scene +# def pbGetOptions(inloadscreen = false) +# options = [] +# options << SliderOption.new(_INTL("Hue"), 0, 360, 1, +# proc { $game_variables[VAR_RANDOMIZER_TRAINER_BST] }, +# proc { |value| +# $game_variables[VAR_RANDOMIZER_TRAINER_BST] = value +# }) +# end +# +# def initOptionsWindow +# options = [] +# options << SliderOption.new(_INTL("Hue"), 0, 360, 1, +# proc { $game_variables[VAR_RANDOMIZER_TRAINER_BST] }, +# proc { |value| +# $game_variables[VAR_RANDOMIZER_TRAINER_BST] = value +# }) +# return Window_PokemonOption.new(options, 0, 300, Graphics.width, Graphics.height) +# end +# end + + + SHINY_COLOR_OFFSETS = { 1 => -30, 2 => -85, diff --git a/Data/System.rxdata b/Data/System.rxdata index bf193ac10..031b19368 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ diff --git a/Data/messages.dat b/Data/messages.dat index aeed922f7..79b24eee0 100644 Binary files a/Data/messages.dat and b/Data/messages.dat differ diff --git a/Graphics/Characters/rocket_petrel.png b/Graphics/Characters/rocket_petrel.png new file mode 100644 index 000000000..1fa1d3d0a Binary files /dev/null and b/Graphics/Characters/rocket_petrel.png differ diff --git a/Graphics/Tilesets/Boat.PNG b/Graphics/Tilesets/Boat.PNG index d7a3b468c..2ad0163dc 100644 Binary files a/Graphics/Tilesets/Boat.PNG and b/Graphics/Tilesets/Boat.PNG differ