jakibaki / sys-netcheat

Open-source cheat-engine for the Nintendo Switch.
GNU General Public License v3.0
225 stars 23 forks source link

Add shortcut for some command, and support use index to refer address #39

Closed zouquan741 closed 5 years ago

zouquan741 commented 5 years ago

Add shortcut for some command, like "s" for "ssearch" or "c" for "csearch". Poke support use index to refer address in last search result. For example, "poke $0 u32 999" to change the first address's value to 999 in last search result. Help message is not updated cause I'm not good at English.

jakibaki commented 5 years ago

Looks good to me! Thanks!