diff --git a/source/arm11/cheat.c b/source/arm11/cheat.c index a52b49c..3214a72 100644 --- a/source/arm11/cheat.c +++ b/source/arm11/cheat.c @@ -1,10 +1,13 @@ #include "arm11/acl.h" #include "arm11/cheat.h" +#include "arm11/fmt.h" #include "util.h" #include #include #include +#include + typedef u32 instruction_t; typedef instruction_t* CodeLocation; #define CodeAtLocation(p) (*(p)) @@ -430,5 +433,6 @@ cheat_error_t apply_cheat( int mode, u32 szrom, u16 bindkey, u32 storagemem, u32 rom_append_newirq( page, hookpoint, n_hookpoint ); rom_patch_hookpoint( page, hookpoint, n_hookpoint ); rom_append_cheatproc( mode, page + n_hookpoint * IW_INSTR_LEN, GBA_KEYCODE(bindkey), storagemem ); + debug_printf( "patch: mode=%d,size=%d,hp=%d,key=%d", mode, *outsize, n_hookpoint, bindkey ); return CCHT_OK; } \ No newline at end of file