ROM Hack need help creating ntr cheat plugin...

  • Thread starter Thread starter susanoomon
  • Start date Start date
  • Views Views 1,536
  • Replies Replies 5

susanoomon

Well-Known Member
Member
Joined
Jun 23, 2015
Messages
498
Reaction score
36
Trophies
2
Age
36
XP
2,232
Country
United States
So I found gameshark codes for fire emblem fates conquest on fort42 but I have no clue on how to make a ntr cheat plugin from it can someone help me please the tutorials are not making sence to me and I don't want to mess it up thanks in advance the link to the codes is http://www.fort42.com/gateshark/game1869/
 
Well, you have to convert the code instruction in C code.
Ex:
Code:
2825456 00000063
give:
Code:
#define WRITEU8(addr, data) *(vu8*)(addr) = data

void cheat()
{
  WRITEU8(0x0825456, 0x63);
}

If you don't know programing, you can also use ntr debugger with gateshark support. ;)
 
Last edited by Nanquitas,
Well, you have to convert the code instruction in C code.
Ex:
Code:
2825456 00000063
give:
Code:
#define WRITEU8(addr, data) *(vu8*)(addr) = data

void cheat()
{
  WRITEU8(0x0825456, 0x63);
}

If you don't know programing, you can also use ntr debugger with gateshark support. ;)
I tried the debugger one and I couldn't find the game in the program list it said that it couldn't open the game directory or something like that when I went to start the game with the debug mode on...
 

Site & Scene News

Popular threads in this forum