I modified example_PokemonSwSh_SurpriseTrade.py and try this peek 0x4293D8B0 10320 to get all pokemon in boxes, but it failed, Python says index out of range.
I checked code from global_in.read(size, timeout=0), it doesn't have enough size of data. Is there any limitations of the size in peek operation? The original sys-botbase can support this peek 0x4293D8B0 10320 correctly.
I modified example_PokemonSwSh_SurpriseTrade.py and try this
peek 0x4293D8B0 10320to get all pokemon in boxes, but it failed, Python says index out of range.I checked code from
global_in.read(size, timeout=0), it doesn't have enough size of data. Is there any limitations of the size in peek operation? The original sys-botbase can support thispeek 0x4293D8B0 10320correctly.