mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed the Bag lists having incorrect starting positions when choosing an item from a subset of your Bag
This commit is contained in:
@@ -586,6 +586,7 @@ class PokemonBagScreen
|
||||
def pbChooseItemScreen(proc = nil)
|
||||
oldlastpocket = @bag.last_viewed_pocket
|
||||
oldchoices = @bag.last_pocket_selections.clone
|
||||
@bag.reset_last_selections if proc
|
||||
@scene.pbStartScene(@bag, true, proc)
|
||||
item = @scene.pbChooseItem
|
||||
@scene.pbEndScene
|
||||
|
||||
Reference in New Issue
Block a user