diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-08-23 10:47:00 -0500 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-08-23 10:47:00 -0500 |
commit | 22167ddc7cc496a4ad9b2ed82ff1147ff5f0aa70 (patch) | |
tree | 6c5e25a1e001afab745dd4b119085f8eeb26dc89 | |
parent | d98dbb67b7483224edf0407501a952b9394e49cc (diff) | |
download | PSE-22167ddc7cc496a4ad9b2ed82ff1147ff5f0aa70.tar.gz |
added extra commentary.
-rw-r--r-- | UserOptions.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UserOptions.cpp b/UserOptions.cpp index 42ebdf5..daa225f 100644 --- a/UserOptions.cpp +++ b/UserOptions.cpp @@ -209,6 +209,12 @@ void SavEdit::debug() // I suspect 25. (0x25CA to 0x25FC ?) // [ ] Create subroutine for: item edit, item value edit + // ITEM EDIT IDEA: + // 1. Display item list + // 2. Select item from list to edit + // 3. Display list of item options + // 4. Write item option + amount, if applicable + // Top of HM/TM list. int startingval = 0xC0; int inc = 4; |