Easy NMI hook

darkhog

New member
The idea is to add user NMI hook that would allow to do certain code on each frame. By default it would be empty, but if the user hits the wall and not be able to do something with the basic tool, that could be done with an NMI hook they could do it without messing around with the code (I've done it in the past for few experimental project by basically including external "customnmi.asm" thing, but I have to redo that include on every new version of NES Maker which is not optimal).
 
Top Bottom