mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed previous commit always causing recompiling if shadow_pokemon.dat doesn't exist, also rubocopping
This commit is contained in:
@@ -298,7 +298,7 @@ class PokemonOption_Scene
|
||||
@sprites["option"].viewport = @viewport
|
||||
@sprites["option"].visible = true
|
||||
# Get the values of each option
|
||||
@options.length.times { |i| @sprites["option"].setValueNoRefresh(i, @options[i].get || 0) }
|
||||
@options.length.times { |i| @sprites["option"].setValueNoRefresh(i, @options[i].get || 0) }
|
||||
@sprites["option"].refresh
|
||||
pbChangeSelection
|
||||
pbDeactivateWindows(@sprites)
|
||||
|
||||
Reference in New Issue
Block a user