diff --git a/Updating-UniStore-(2-to-3).md b/Updating-UniStore-(2-to-3).md deleted file mode 100644 index c4aff31..0000000 --- a/Updating-UniStore-(2-to-3).md +++ /dev/null @@ -1,9 +0,0 @@ -- `version` should be `3` instead of `2` -- `file` and `sheet` in the `storeInfo` should now be just the file name, not the full path - - Ex. `sdmc:/3ds/Universal-Updater/stores/universal-db.unistore` to `universal-db.unistore` -- The `authors`, `categories`, and `consoles` arrays in the `storeInfo` are no longer used -- All of the colors are no longer used, you can now use a background image on the top with `bg_index` and `bg_sheet` though -- In the entry `info`, `category` and `console` should now be arrays -- You can also have `license` in the entry `info` now -- `promptMessage` can now skip a specific amount of steps when B is pressed instead of just exiting -- `exit` and `skip` have been added, `exit` ends the script immediately and `skip` lets you skip a specific amount of steps \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 4e3290b..4636690 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -2,7 +2,7 @@ - TODO - [Custom themes](custom-themes) -### UniStore +### Store - [storeInfo](storeInfo) - [storeContent](storeContent) - [Info](script-info) @@ -23,4 +23,3 @@ - [skip](skip) - [Sprite sheet](sprite-sheet) - [Example](unistore-example) -- [Updating UniStore (2 to 3)](Updating-UniStore-%282-to-3%29) \ No newline at end of file