Well, i was today hacking around with SM64 and wrote a C script(hello world example, with all header files included)
Yes it will show the Hello World string on the screen of Mario 64. Well, however i compiled it and got this(please download, because its uber long) cheat code in Nemu Cheat format which i have to copy and paste into the Cheats.ini. Well it doesn't work, it doesn't shows the Name of my cheat.. i tried everything already, but useless. Someone know how i can fix this?
BTW, download under me.
Code:
#include "mario64.h"
void _start (void) {
asm volatile("la $gp, _gp");
PrintXY(50,50,"Hello World");
}
Yes it will show the Hello World string on the screen of Mario 64. Well, however i compiled it and got this(please download, because its uber long) cheat code in Nemu Cheat format which i have to copy and paste into the Cheats.ini. Well it doesn't work, it doesn't shows the Name of my cheat.. i tried everything already, but useless. Someone know how i can fix this?
BTW, download under me.