Search
Get Started
P
PyBoy
•
10mo 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
?
PyBoy
Join
738
Members
View on Discord
Was this page helpful?
Yes
No
B
Bækalfen
•
2/28/25, 4:21 PM
You can technically do it through
but it might not have any lasting effect
. Depends on whether the game reads the tilemap or just writes to it
pyboy.memory[...]
pyboy.memory[...]