' Specials
0x4A ' Face player
0x4B ' Face against player
0x60 ' Disappear (removes the sprite, but the person can still be interacted with)
0x61 ' Appear
0x62 ' "!" pops up
0x63 ' "?" pops up
0x64 ' "X" pops up (vs-seeker cant fight)
0x65 ' "!!" pops up (vs-seeker can fight)
0x66 ' "" pops up
' look in direction
0x01 ' look Up0
0x02 ' look Left0
0x03 ' look Right0
0x04 ' look Down0
' walk very slowly
0x08 ' step down1
0x09 ' step up1
0x0A ' step left1
0x0B ' step right1
' walk slowly
0x0C ' step down2
0x0D ' step up2
0x0E ' step left2
0x0F ' step right2
' walk
0x10 ' step down3
0x11 ' step up3
0x12 ' step left3
0x13 ' step right3
' run
0x1D ' step down4
0x1E ' step up4
0x1F ' step left4
0x20 ' step right4
' jump in place looking where it says
0x52 ' jump0 down
0x53 ' jump0 up
0x54 ' jump0 left
0x55 ' jump0 right
' jump in place looking in the order it says
0x56 ' jump0 down/up
0x57 ' jump0 up/down
0x58 ' jump0 left/right
0x59 ' jump0 right/left
' Jump Direction
0x4E ' jump1 down
0x4F ' jump1 up
0x50 ' jump1 left
0x51 ' jump1 right
0x14 ' jump2 down
0x15 ' jump2 up
0x16 ' jump2 left
0x17 ' jump2 right
0x46 ' jumpLookingLeft1 down
0x47 ' jumpLookingDown1 up (jump backwards)
0x48 ' jumpLookingUp1 left
0x49 ' jumpLookingLeft right (jump backwards)
0x4A ' Face player
0x4B ' Face against player
0x60 ' Disappear (removes the sprite, but the person can still be interacted with)
0x61 ' Appear
0x62 ' "!" pops up
0x63 ' "?" pops up
0x64 ' "X" pops up (vs-seeker cant fight)
0x65 ' "!!" pops up (vs-seeker can fight)
0x66 ' "" pops up
' look in direction
0x01 ' look Up0
0x02 ' look Left0
0x03 ' look Right0
0x04 ' look Down0
' walk very slowly
0x08 ' step down1
0x09 ' step up1
0x0A ' step left1
0x0B ' step right1
' walk slowly
0x0C ' step down2
0x0D ' step up2
0x0E ' step left2
0x0F ' step right2
' walk
0x10 ' step down3
0x11 ' step up3
0x12 ' step left3
0x13 ' step right3
' run
0x1D ' step down4
0x1E ' step up4
0x1F ' step left4
0x20 ' step right4
' jump in place looking where it says
0x52 ' jump0 down
0x53 ' jump0 up
0x54 ' jump0 left
0x55 ' jump0 right
' jump in place looking in the order it says
0x56 ' jump0 down/up
0x57 ' jump0 up/down
0x58 ' jump0 left/right
0x59 ' jump0 right/left
' Jump Direction
0x4E ' jump1 down
0x4F ' jump1 up
0x50 ' jump1 left
0x51 ' jump1 right
0x14 ' jump2 down
0x15 ' jump2 up
0x16 ' jump2 left
0x17 ' jump2 right
0x46 ' jumpLookingLeft1 down
0x47 ' jumpLookingDown1 up (jump backwards)
0x48 ' jumpLookingUp1 left
0x49 ' jumpLookingLeft right (jump backwards)
Es lo que uso yo, la exclamación es 0x62, y doble exclamación 0x65.
(Créditos a PurpleSonic)