HelloOO7 / BounceTales

Decompilation of Rovio's Bounce Tales (2008) video game for Nokia mobile devices.
28 stars 1 forks source link

adding a texture and recomposing causes the menu text to be black #12

Closed SuperPou1 closed 7 months ago

SuperPou1 commented 1 year ago

i copied BallBumpyCracks res and png files as BallBumpyCracks2, then i added these files to master.res, then i recomposed the resources with bouncetools, and then, even after a clean build, in bounce tales the menu text is black. here's what it looks like: obraz

HelloOO7 commented 1 year ago

This may or may not be a bug. Duplicating a .res file is very incorrect behavior since the sprite IDs in it will then become non-unique. Try to make an edit first that is legal from the perspective of the game code, and if the issue persists, file a proper bug report.