[Question] overworld charactor action
#2
Character sprite updating function is at EE/47E3. I'm unsure how to modify it to get desired effect.

However sprite poses table for walking is here:

Code:
Sprites used for walking positions of map character
EE/4842:    04          (Facing up with feet in same position)
EE/4843:    05          (Facing up with left foot in front)
EE/4844:    04          (Facing up with feet in same position)
EE/4845:    03          (Facing up with right foot in front)
EE/4846:    47          (Facing right with feet in same position)
EE/4847:    48          (Facing right with left foot in front)
EE/4848:    47          (Facing right with feet in same position)
EE/4849:    46          (Facing right with right foot in front)
EE/484A:    01          (Facing down with feet in same position)
EE/484B:    02          (Facing down with left foot in front)
EE/484C:    01          (Facing down with feet in same position)
EE/484D:    00          (Facing down with right foot in front)
EE/484E:    07          (Facing left with feet in same position)
EE/484F:    08          (Facing left with right foot in front)
EE/4850:    07          (Facing left with feet in same position)
EE/4851:    06          (Facing left with left foot in front)

Changing to the following, you get the desired effect when moving up and down but side walking is a bit strange, somewhat not flowing as well as up and down.

Code:
Sprites used for walking positions of map character
EE/4842:    05          (Facing up with feet in same position)
EE/4843:    05          (Facing up with left foot in front)
EE/4844:    03          (Facing up with feet in same position)
EE/4845:    03          (Facing up with right foot in front)
EE/4846:    48          (Facing right with feet in same position)
EE/4847:    48          (Facing right with left foot in front)
EE/4848:    46          (Facing right with feet in same position)
EE/4849:    46          (Facing right with right foot in front)
EE/484A:    02          (Facing down with feet in same position)
EE/484B:    02          (Facing down with left foot in front)
EE/484C:    00          (Facing down with feet in same position)
EE/484D:    00          (Facing down with right foot in front)
EE/484E:    08          (Facing left with feet in same position)
EE/484F:    08          (Facing left with right foot in front)
EE/4850:    06          (Facing left with feet in same position)
EE/4851:    06          (Facing left with left foot in front)
Reply


Messages In This Thread
RE: [Question] overworld charactor action - by madsiur - 11-11-2016, 06:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  overworld tilesets CzarMalboro 7 5,262 08-22-2019, 07:20 AM
Last Post: CzarMalboro
  Revert Waits for Action PowerPanda 14 12,268 10-22-2018, 01:34 PM
Last Post: PowerPanda
  Unique Overworld Boss (a la DoomGaze)/Creating New Area Question danyetman 17 22,593 05-27-2011, 10:17 AM
Last Post: danyetman

Forum Jump:


Users browsing this thread: 1 Guest(s)