Mt. silver (unfinished) maps & events

This commit is contained in:
infinitefusion
2022-11-26 18:49:22 -05:00
parent 75569daf27
commit 1482c4c1d0
21 changed files with 5 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,9 +14,9 @@ class Game_Picture
attr_reader :origin # starting point attr_reader :origin # starting point
attr_reader :x # x-coordinate attr_reader :x # x-coordinate
attr_reader :y # y-coordinate attr_reader :y # y-coordinate
attr_reader :zoom_x # x directional zoom rate attr_accessor :zoom_x # x directional zoom rate
attr_reader :zoom_y # y directional zoom rate attr_accessor :zoom_y # y directional zoom rate
attr_reader :opacity # opacity level attr_accessor :opacity # opacity level
attr_reader :blend_type # blend method attr_reader :blend_type # blend method
attr_reader :tone # color tone attr_reader :tone # color tone
attr_reader :angle # rotation angle attr_reader :angle # rotation angle
@@ -52,6 +52,7 @@ class Game_Player < Game_Character
end end
def update_command def update_command
self.move_speed = 0.5 if $game_switches[SWITCH_SUPER_SLOW_SPEED]
if $game_player.pbTerrainTag.ice if $game_player.pbTerrainTag.ice
self.move_speed = 4 # Sliding on ice self.move_speed = 4 # Sliding on ice
elsif !moving? && !@move_route_forcing && $PokemonGlobal elsif !moving? && !@move_route_forcing && $PokemonGlobal
+1 -1
View File
@@ -92,7 +92,7 @@ SWITCH_FORCE_ALL_WILD_FUSIONS=828
SWITCH_USED_AN_INCENSE=798 SWITCH_USED_AN_INCENSE=798
SWITCH_FIRST_RIVAL_BATTLE=46 SWITCH_FIRST_RIVAL_BATTLE=46
SWITCH_BATTLE_FACTORY_INCLUDE_ALL = 775 SWITCH_BATTLE_FACTORY_INCLUDE_ALL = 775
SWITCH_SUPER_SLOW_SPEED=649
SWITCH_LOUNGE_BATTLE_LEVEL = 240 SWITCH_LOUNGE_BATTLE_LEVEL = 240
############# #############
-2
View File
@@ -21,8 +21,6 @@ class Movie
pbBGMPlay(@bgm) pbBGMPlay(@bgm)
while (@currentFrame <= @maxFrame)# && !(@canStopEarly && Input::ACTION)) while (@currentFrame <= @maxFrame)# && !(@canStopEarly && Input::ACTION))
if Input.trigger?(Input::C) if Input.trigger?(Input::C)
echo "bruh"
echo "\n"
end end
frame = sprintf(@framesPath, @currentFrame) frame = sprintf(@framesPath, @currentFrame)
Binary file not shown.
Binary file not shown.