-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
Description
The Basic Bot does not support values of over 8 hex digits (32 bits) 6 hex digits (24 bits) for memory addresses, whereas the N64 requires 16 digits (64 bits) 8 digits (32 bits). This crashes the Mupen64 core. If I attempt to hack in a higher value into the .bot XML file it complains that it is not an Int32. It only works if the value is hardcoded into the source itself. It also does not support floats.
The RAM Watch tool has no problems with these and properly pads addresses to the right size so code may need to be ported from this.