Thanks! I modeled my sprite layout after the one in Final Fantasy Adventure where everyone has exactly four walking sprites: facing forwards, facing backwards (which are flipped horizontally to animate the walk) and a two frame walking animation facing to the side (which is flipped horizontally to walk the other way). Very economical, and it also made a great fun constraint for actually drawing the walk cycle.