Two characters can occupy the same coordinate just fine, but this may play havoc with their display priority.
This begs the question why you are putting two characters in the same spot to begin with.
One solution is to use FollowCharacter() to display one character on top of the other.
Another is to put one a few pixels below the other, and adjust the sprites to compensate.
Another is to give one character a Baseline a few pixels lower.
This begs the question why you are putting two characters in the same spot to begin with.
One solution is to use FollowCharacter() to display one character on top of the other.
Another is to put one a few pixels below the other, and adjust the sprites to compensate.
Another is to give one character a Baseline a few pixels lower.