Allan Turvey's suggestion from this discussion
I've used Fuse a lot and I have a request. When loading binary data into memory, you give Fuse the address to load it into. This currently has to be in decimal. I'd like to ask that it also accept hex values, perhaps by preceding them with a #, eg instead of 32000, we would have the option to type in #7D00.
The attached patch adds support for hex numbers (0x1234) in binary and pokefinder dialogs, on GTK+ and win32 UIs. I'll commit next weekend barring objections.
It doesn't use the auto-detection of strtol() to avoid octal numbers (01234).
Thanks. Committed in [ef19e5].
Related
Commit: [ef19e5]
Released in v1.5.1