Benito PS
Benito PS
## Player name It can **not** be increased since it's stored in the save file (at 0x4) encoded with a custom table, as I said in #2. The problem is...
Thanks for the info. I will give it a try :+1:
Finally, the maximum size for the player name (keeping the original position in the save) is 7 bytes (7 chars + null char) and this is going to be the...
Good try, but I have just checked and there is no _old_ code in that _click button_ function. Actually, this button is used for: - Give food to your team...
Reference can be found in gabtek [here](http://problemkaputt.de/gbatek.htm#dsiomaps) and [here](http://problemkaputt.de/gbatek.htm#dsvideobgmodescontrol)
This can be used for more things than registers viewer.
@superfranci99 do you know more types to support apart from `bool` and `enum` for IO Registers?
We need test for this issue before closing it.
Good point. This is currently a limitation. The library does not support integers larger than 32-bits (4 GB) in the VCDIFF format. I will update the README to point to...
As it's stated in the README, the project doesn't support patches for files larger than 4 GB yet. At the moment I don't have much free time to work on...