You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would want translate the game, but if I add a single extra byte in the text data, or if I remove it, the game crashes... (I readjusted the string length)
Another problem is the Title (Main Menu) Data. It's stored in the CHR zone. As I'll need do the ROM bigger, I would like reallocate that data and use that additional free space for 19 extra char tiles (I noticed I can't use the last one)
Could you help me with that please? Thanks.
The text was updated successfully, but these errors were encountered:
The problem is that the rom actually uses nearly 100% of the space available (there are only a few unused bytes afaik). When you change something, it'll move the reset vector etc and the game won't start. The best approach would be to add some kind of bank swapper support but I don't know how to do this either :/
Hi there!
I would want translate the game, but if I add a single extra byte in the text data, or if I remove it, the game crashes... (I readjusted the string length)
Another problem is the Title (Main Menu) Data. It's stored in the CHR zone. As I'll need do the ROM bigger, I would like reallocate that data and use that additional free space for 19 extra char tiles (I noticed I can't use the last one)
Could you help me with that please? Thanks.
The text was updated successfully, but these errors were encountered: