Have a error when testing my game. Need help.

Everytime I try to test my game I appear one tile under where my player is supposed to be and instead of the color it's all back in that area. Why is that happening?
 

CutterCross

Active member
That's just a quirk of the tool itself back when it was mainly for development of Mystic Origins, where it had to account for depth. That's been there since the beginning. Just remember that the top-left corner of your placed objects will always be on the tile you place it on, despite what the tool shows.
 

dale_coop

Moderator
Staff member
Exactly, the player object (as every monster objects, game objects) always not perfectly placed when there not 2x2 tiles (they appear 1 under or sometimes 2 under), you will get used to that ;) A fix can be found on the forum for that : http://nesmakers.com/viewtopic.php?f=35&t=5520#p27107

Also, for your screen all black, make sure your graphics are in RGB (red-green-blue) colors in pixel editor, like explained in the tutorial videos.
A very good educational video is the NESmaker Orientation : https://www.youtube.com/watch?v=yP6Crmyxcbk
 
Top Bottom