Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 741 Bytes

UPDATING.md

File metadata and controls

20 lines (17 loc) · 741 Bytes

UPDATING


This is a checklist of things to do while UPDATING the program for a new patch

DIRECTX 11 (x64)


  • Number of Party Members arch\\x64.cpp : 14
  • You arch\\x64.cpp : 41
  • Normal Party Allies (find one and add 0x220 to each) arch\\x64.cpp : 43-50
  • Cross-World Party Boolean arch\\x64.cpp : 79
  • First Cross-World Party Ally arch\\x64.cpp : 57

DIRECTX 9 (x86)


  • Number of Party Members arch\\x64.cpp : 13
  • You arch\\x64.cpp : 41
  • Normal Party Allies (find one and add 0x220 to each) arch\\x64.cpp : 42-49
  • Cross-World Party Boolean arch\\x64.cpp : 78
  • First Cross-World Party Ally arch\\x64.cpp : 55