Skip to content

Commit

Permalink
Correct typos in custom-dsi-3ds-skins.md (#107)
Browse files Browse the repository at this point in the history
* Correct typos in custom-dsi-3ds-skins.md

* Remove spaces

---------

Co-authored-by: RocketRobz <[email protected]>
  • Loading branch information
Peter0x44 and RocketRobz committed Aug 11, 2024
1 parent 2341e46 commit 34b0e6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/_en-US/twilightmenu/custom-dsi-3ds-skins.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These can be PNG files or 16-bit (`A1 R5 G5 B5` or `X1 R5 G5 B5`) BMP files.
| bottom_bubble_ds | For the 3DS theme, the bottom background texture when hovering over an icon when on a DS Phat/Lite |
| bottom_bubble_macro | For the DSi theme, the background texture when hovering over an icon while using Macro Mode |
| bottom_moving | For the DSi theme, the bottom background texture when moving an icon |
| bottom_moving_macro | For the DSi theme, the background texture when moving an icon while using Maco Mode |
| bottom_moving_macro | For the DSi theme, the background texture when moving an icon while using Macro Mode |

### Battery textures (`battery` folder)
These must be PNG files. Transparency is supported, however only 100% transparency will work.
Expand All @@ -58,7 +58,7 @@ These must be PNG files. Transparency is supported, however only 100% transparen
| batterylow | Used when in DS mode |

### Paletted textures (`grf` folder)
These must be 4 BPP (16 color) BMP files files.
These must be 4 BPP (16 color) BMP files.

To edit these in GIMP, select `Image` -> `Mode` -> `RGB` to allow changing colors, then when done changing colors, select `Image` -> `Mode` -> `Indexed...` to convert back to paletted. When switching to indexed, ensure that `Generate optimum palette` is checked and `Maximum number of colors` is set to `16`.

Expand Down Expand Up @@ -182,10 +182,10 @@ You may configure various options on how the theme is drawn in the `theme.ini` t
| `UsernameRenderX` | The X position on the top screen to draw the username text | 28 | 28 |
| `UsernameRenderY` | The Y position on the top screen to draw the username text | 15 | 15 |
| `UsernameRenderXDS` | The X position on the top screen to draw the username text, when on a DS Phat/Lite | 4 | 4 |
| `DateRenderX` | The X postion on the top screen to draw the date text | 162 | 162 |
| `DateRenderY` | The Y postion on the top screen to draw the date text | 7 | 7 |
| `TimeRenderX` | The X positon on the top screen to draw the time text | 200 | 200 |
| `TimeRenderY` | The Y positon on the top screen to draw the time text | 7 | 7 |
| `DateRenderX` | The X position on the top screen to draw the date text | 162 | 162 |
| `DateRenderY` | The Y position on the top screen to draw the date text | 7 | 7 |
| `TimeRenderX` | The X position on the top screen to draw the time text | 200 | 200 |
| `TimeRenderY` | The Y position on the top screen to draw the time text | 7 | 7 |
| `PurpleBatteryAvailable` | Whether or not to use the purple battery icons when `Power LED color` is set to `Purple` in settings | 1 | 1 |
| `FontPalette1` | The transparent color of the font, unused for default fonts | 0x0000 | 0x0000 |
| `FontPalette2` | The colors of the font, use [this site](http://www.conradshome.com/html2bgr15/) to convert | 0xDEF7 | 0xDEF7 |
Expand Down

0 comments on commit 34b0e6a

Please sign in to comment.