While looking for the other layer, I found this...
Yup, the graphics data for the entire area at the frame that the state was saved. I had a lot of trouble with this, because it took me ages to realise that I had to read it as 8x8 tiles linearly, not arranged in 16x16 like the other graphics. I had to guess the width though, and I don't see a way to know the height either, or in fact the length of the data at all. I found it at 0x2147F, maybe Sam can find some more info on it.
In any case this should be helpful. One big difference is that the logs are actually brown here, as they should be, rather then red/orange.
As for other layers, unfortunately I didn't find anything.
Yup, the graphics data for the entire area at the frame that the state was saved. I had a lot of trouble with this, because it took me ages to realise that I had to read it as 8x8 tiles linearly, not arranged in 16x16 like the other graphics. I had to guess the width though, and I don't see a way to know the height either, or in fact the length of the data at all. I found it at 0x2147F, maybe Sam can find some more info on it.
In any case this should be helpful. One big difference is that the logs are actually brown here, as they should be, rather then red/orange.
As for other layers, unfortunately I didn't find anything.