More actions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
| website = https://gbatemp.net/threads/release-yet-another-theme-application-yata.379209/ | | website = https://gbatemp.net/threads/release-yet-another-theme-application-yata.379209/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/YetAnotherThemeApplication.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/YetAnotherThemeApplication.rar | ||
| source = | | source = https://github.com/Reisyukaku/YATA | ||
}} | }} | ||
<youtube>DdbBziXnDz0</youtube> | <youtube>DdbBziXnDz0</youtube> | ||
Here's my WIP theme creator program that I've been working on. So heres basically an 'open beta' if you will. (the name was kind of a pun on | Here's my WIP theme creator program that I've been working on. So heres basically an 'open beta' if you will. (the name was kind of a pun on やった, hehe) | ||
(Thanks kaphotics for some snippets of code (z-curze etc) and the folks that made DSDecmp for LZ11 functions) | (Thanks kaphotics for some snippets of code (z-curze etc) and the folks that made DSDecmp for LZ11 functions) | ||
==Finished Features:== | |||
* Save/Import image data | |||
* Save/Import CWAV data chunk* | |||
* Settings to edit every aspect of the theme, including UI colors! | |||
* Advanced Simulator | |||
==WIP:== | |||
* Finish Simulator overlay + other neat features | |||
* New File feature needs implementing** | |||
==Sim Controls:== | |||
* Arrow keys: scroll across bottom screen | |||
* Not sure If I want to parse the CWAV separately or leave that to the user to figure out. | |||
** Still a few things that are unknown.. like certain bytes in color data. | |||
==Known issues:== | |||
* changing scroll types may cause errors in the way the theme displays |
Revision as of 07:00, 19 September 2021
Template:Infobox-3DS-Homebrews
Here's my WIP theme creator program that I've been working on. So heres basically an 'open beta' if you will. (the name was kind of a pun on やった, hehe) (Thanks kaphotics for some snippets of code (z-curze etc) and the folks that made DSDecmp for LZ11 functions)
Finished Features:
- Save/Import image data
- Save/Import CWAV data chunk*
- Settings to edit every aspect of the theme, including UI colors!
- Advanced Simulator
WIP:
- Finish Simulator overlay + other neat features
- New File feature needs implementing**
Sim Controls:
- Arrow keys: scroll across bottom screen
- Not sure If I want to parse the CWAV separately or leave that to the user to figure out.
- Still a few things that are unknown.. like certain bytes in color data.
Known issues:
- changing scroll types may cause errors in the way the theme displays