Skip to content

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.1 and HOS 15.0.0

Notifications You must be signed in to change notification settings

ELY3M/EdiZon-Overlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdiZon-Overlay Github All Releases

Originally by @WerWolv

Continued Support by proferabg

Latest Changelog - v1.0.7

Squashed some more crashing issues!
Fixed mismatched cheats when hiding and showing the overlay.
Added a way to disable submenu logic for those who requested it.

How To Use Submenus

In your cheat text document you can add submenus by using these 2 tags

[--SectionStart:<Section Name>--]
[--SectionEnd:<Section Name>--]

Example:

[--SectionStart:Item Codes--]
00000000 00000000 00000000    

[Items x999]
040A0000 01DB2A08 52807CE0

[--SectionEnd:Item Codes--]
00000000 00000000 00000000

This will create a submenu called Item Codes with Items x999 being a cheat in that submenu.

You can also disable the submenu feature (skips submenu items in cheat file). To do so, insert the following at the very top of the file.

[--DisableSubmenus--]
00000000 00000000 00000000

Warning: Having too many cheats at once can lead to stability issues and can crash.

About

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.1 and HOS 15.0.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.1%
  • C 17.9%
  • Makefile 11.0%