The default scripts does not show the face. the code is not there.
What you have there Theoallen is what your suppose to get.
Taking the line straight from Yanfly's battle engine and putting it into the earthbound battle core
Gets the face, possible as desired. put in draw_basic_area
Code:
def draw_basic_area(rect, actor)
draw_actor_face(actor, rect.x+2, rect.y+2, actor.alive?)
There are 3 scripts in total for the earthbound scripts. the third one is to show a character sprite. So it kind of doesn't need the face to show.
