Updated for feedback. Additionally, added a feature: hold the mouse to make it print an "X" and the mouse coordinates at the mouse location. This will make it less annoying to find hint locations. To disable this, comment out the poke in hints:init. (Optionally comment out the if stat(34) != 0 block n hints:draw2, but stat(34) will always be 0 if devkit mode is not enabled.
Updated for feedback. Additionally, added a feature: hold the mouse to make it print an "X" and the mouse coordinates at the mouse location. This will make it less annoying to find hint locations. To disable this, comment out the `poke` in hints:init. (Optionally comment out the `if stat(34) != 0` block n `hints:draw2`, but stat(34) will always be 0 if devkit mode is not enabled.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Minor changes, then approved
@@ -1707,0 +1728,4 @@-->8--hint systemfunction gsv(s)Should be in the general utility functions section.
Done.
@@ -1707,0 +1760,4 @@local lh = self[rec[1]]if not lh thenlh = {rec}self[rec[1]] = lhThis bit can be golfed more but I don't care.
Trimmed
Updated for feedback. Additionally, added a feature: hold the mouse to make it print an "X" and the mouse coordinates at the mouse location. This will make it less annoying to find hint locations. To disable this, comment out the
pokein hints:init. (Optionally comment out theif stat(34) != 0block nhints:draw2, but stat(34) will always be 0 if devkit mode is not enabled.