P
PyBoy2mo ago
rob

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
Bækalfen
Bækalfen2mo ago
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

Did you find this page helpful?