D
Deleted User
Guest
AWESOME! Post an edited version of that on github for "How to Compile?"! This is a great tutorial thanks@SirBeethoven
First you need to install devkitpro from here
And then I'd recommend using Notepad++ to edit code (programer's notepad might work too)
download/clone my source https://github.com/RyDog199/ACNL-NTR-Cheats
the main part of the plugin is found at <region>/menuCheat/source/gameplg.c
Open gameplg.c with notepad++
Scroll all the way to the bottom where you see this
View attachment 54557
In the initCheatMenu() function these are what's being called on
For cheats: addCheatMenuEntry("Name of cheat", function_for_cheat, FREEZE);
For comments/"folders" addMenuEntry("Name of menu entry");
it's best to cut and paste them in the order you want so you can organize it for your liking.
Finally to compile it make sure you save the gameplg.c and enter the menuCheat folder and run build.bat. If it was successful the script should have made a new cheat.plg in which you can replace your current version. If you get errors, shift + right click to open a command window here
View attachment 54558
CMD will run in that directory and type in 'run.bat' and then command prompt will tell you which errors you need to fix and on which line.
Hope this helps![]()








