Jump to content

Blackblood Club animation fix


igi

Recommended Posts

// Club +3, Blackblood had Mace Animation. change it to club

COPY_EXISTING ~blun22.itm~ ~override/blun22.itm~

READ_BYTE 0x22 anim_codeA

READ_BYTE 0x23 anim_codeB

PATCH_IF (anim_codeA != 67) AND (anim_codeB != 76) BEGIN

WRITE_BYTE 0x22 ~67~

WRITE_BYTE 0x23 ~76~

END

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...