Skip to content

Multi-peek commands and a few QOL updates

Compare
Choose a tag to compare
@berichan berichan released this 21 Nov 20:45
· 32 commits to master since this release
e4c86a2

The following commands were added:

Functionality:
- peekMulti
- peekMainMulti
- peekAbsoluteMulti
- controllerType

Multi commands are the same as their non-multi counterparts, and have the added benefit of accepting an array of addresses and sizes split by spaces, and return a sequential concat stream of bytes of all data that was looked up.

controllerType allows configuration of the controller from the default pro controller to other controllers, such as a single joy-con, ring-con, etc. Useful if you're writing a bot for something that requires a different controller, such as an LGPE bot. This must be configured to a HidDeviceType

The amount of memory allocated by sys-botbase is now also reduced, and the backlight will now turn off when using the screenOff command.