deactivates arrows quick scroll outside of long lists and pokedex

This commit is contained in:
infinitefusion
2023-07-16 11:55:10 -04:00
parent 17a2d9b97a
commit 321f89282c
6 changed files with 13 additions and 5 deletions

View File

@@ -196,9 +196,10 @@ class Window_PokemonOption < Window_DrawableCommand
@selBaseColor = Color.new(31 * 8, 6 * 8, 3 * 8)
@selShadowColor = Color.new(31 * 8, 17 * 8, 16 * 8)
@optvalues = []
@mustUpdateOptions = false
@mustUpdateOptions = false
@mustUpdateDescription = false
@selected_position = 0
@allow_arrows_jump=false
for i in 0...@options.length
@optvalues[i] = 0
end