Skip to content

Commit

Permalink
Update HELP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binary1230 authored Nov 22, 2023
1 parent 9ef1050 commit c9e8912
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DiztinGUIsh/dist/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,14 @@ You can press T to jump to the intermediate address of the currently selected in
You can press U, H, or N to jump to the first unreached byte of the project, the nearest unreached block behind the selected address, or
the nearest unreached block ahead of the selected address. These are useful just to get somewhere you haven't been yet.

The History window is a record of your recent activity in the project. You probably want to be best friends with ALT+LEFT and ALT+RIGHT while stepping,
since branches can jump you all over the codebase and you can lose your train of thought

Press F3 to go to the "Next Unreached In Point". Handy when working with tracelog imports, which fill in a LOT of opcodes but leave small branches unmarked
that are rarely taken by normal gameplay.

The History window is a record of your recent activity in the project. You probably want to be best friends with ALT+LEFT and ALT+RIGHT while stepping,
since branches can jump you all over the codebase and you can lose your train of thought.
Example:
![image](https://github.com/IsoFrieze/DiztinGUIsh/assets/5413064/5910ca30-4d54-4d19-8dc8-5c8d292a2e65)

* * *

Expand Down

0 comments on commit c9e8912

Please sign in to comment.