Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 649 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 649 Bytes

Ultimate Code Mod Framework

A C project framework/template for those starting off with function replacement through SaltyNX.

What it provides:

  • The ability to replace functions with C reimplementations on runtime, either by symbol or by non-relocated address
  • An IMPORT macro for automatically getting a relocated addresses from a non-relocated address
  • A project set up for devkitpro targetting SaltyNX's plugin setup
  • A set of lua2cpp and ACMD imports for calling back to the base game's functions

Please read the wiki for guides and more information on getting started.