mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
deactivates arrows quick scroll outside of long lists and pokedex
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#===============================================================================
|
||||
def pbListWindow(cmds, width = Graphics.width / 2)
|
||||
list = Window_CommandPokemon.newWithSize(cmds, 0, 0, width, Graphics.height)
|
||||
list.setAllowArrowsJump(true)
|
||||
list.index = 0
|
||||
list.rowHeight = 24
|
||||
pbSetSmallFont(list.contents)
|
||||
|
||||
Reference in New Issue
Block a user