Words Fail Posted December 31, 2022 Share Posted December 31, 2022 (edited) I am using DPC+. I have this enemy on the top of my screen: player2: %11111110 %11111110 %10010010 %01010100 %01000100 end _NUSIZ1=$15 That generates the following: Here's the same enemy which appears on the side of the screen: player3: %1110000 %1110000 %1110000 %1101100 %1101100 %1101100 %1100000 %1100000 %1100000 %1111000 %1111000 %1111000 %1100000 %1100000 %1100000 %1101100 %1101100 %1101100 %1110000 %1110000 %1110000 end NUSIZ3=$10 That generates this image: Here's both of them side by side.. They're not the same size. That's the closest I could get. It's more noticable in Stella emulator than it is here in the post. Think there's a way to get them the exact same or I have to live with it? I'm deciding if I need to overlook any OCD I have about the size, as I think the game needs those enemies. Edited January 1 by Words Fail Quote Link to comment Share on other sites More sharing options...
+Random Terrain Posted January 1 Share Posted January 1 Double each row and see how it looks. Quote Link to comment Share on other sites More sharing options...
Words Fail Posted January 1 Author Share Posted January 1 4 minutes ago, Random Terrain said: Double each row and see how it looks. Been there done that. I think it was then too small. Quote Link to comment Share on other sites More sharing options...
+Random Terrain Posted January 1 Share Posted January 1 4 minutes ago, Words Fail said: Been there done that. I think it was then too small. Going from this: player2: %11111110 %11111110 %10010010 %01010100 %01000100 end To this makes it smaller? player2: %11111110 %11111110 %11111110 %11111110 %10010010 %10010010 %01010100 %01010100 %01000100 %01000100 end Quote Link to comment Share on other sites More sharing options...
Words Fail Posted January 1 Author Share Posted January 1 58 minutes ago, Random Terrain said: Going from this: player2: %11111110 %11111110 %10010010 %01010100 %01000100 end To this makes it smaller? player2: %11111110 %11111110 %11111110 %11111110 %10010010 %10010010 %01010100 %01010100 %01000100 %01000100 end My bad! I had left the top and only fooled around with the side ones. Anyway, this is the closest I can get: Zooming in it's a tiny off.. I guess players won't really notice, only I'll know pretty much. Quote Link to comment Share on other sites More sharing options...
+Random Terrain Posted January 1 Share Posted January 1 Try adding one more row to each and see how that looks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.