Is it possible to write to tilemaps?
I've been using PyBoy to successfully read from the background tilemap and the window tilemap. I was wondering, is it possible to write to these tilemaps?
1 Reply
You can technically do it through
pyboy.memory[...]
but it might not have any lasting effect. Depends on whether the game reads the tilemap or just writes to it