Open olivieryuyu opened 5 months ago
it is not only in the first screen it is everywhere
same issue with SD_HIRYU_STADIUM
About Flying dragon: the first screen is rendered with F3D_Sprite2D_Base command, that is Sprite2D. LLE translates it to set of texrects. HLE loads the image as whole and renders it with set of triangles. It's hard to say, where the difference in approaches causes the difference in output.
SD_HIRYU_STADIUM is not the same issue. It uses texrects for 2D, not high-level sprites. No surprise that LLE have the same issues here.
2D in both games can be fixed if run them in native-res mode. May be it would be worth to rewrite Sprite2D command, as we did it for BgRect* commands, that is implement Stripped mode which use texrects for rendering images.
HLE
LLE
No idea where the issue comes from