diff --git a/pages/_en-US/twilightmenu/custom-dsi-3ds-skins.md b/pages/_en-US/twilightmenu/custom-dsi-3ds-skins.md index f1eb506c..076ec9ee 100644 --- a/pages/_en-US/twilightmenu/custom-dsi-3ds-skins.md +++ b/pages/_en-US/twilightmenu/custom-dsi-3ds-skins.md @@ -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. @@ -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`. @@ -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 |