I have learned how to get RenderDoc captures from Animal Crossing New Horizons. Sure, they're in Vulkan, but it's something and I learned a lot from it.
For example, the TV is always running. As in even while first setting up your character at the airport there's always a target being set up to have the correct TV program showing. Which I suppose makes more sense than having each individual TV set handle the programming on their own.
Also, whereas Project Special K's dialogue box name tags and button pills use three calls (left, middle, right, but they're all the same texture and shader so it goes in one batching drawcalls), ACNH uses only two, apparently repeating the right edge of the left half to cover the middle too.
But the dialogue box itself is mirror-repeated, so I got that much right.












