Commit Graph

272 Commits

Author SHA1 Message Date
RocketRobz
b7989ae118 Add Wario and Waluigi 2020-09-03 17:51:41 -06:00
RocketRobz
2fa26aaeca Add swimsuit outfits for 4 *Styling Star* characters
* Rosie
* Yolanda
* Alina
* Angélique
2020-09-03 00:49:25 -06:00
RocketRobz
0b66e0d07d Add Reiko from *Style Savvy: Fashion Forward*
Custom casual outfit is used
2020-09-02 22:44:01 -06:00
RocketRobz
0d13618fc8 Add Kirby 2020-09-02 19:56:33 -06:00
RocketRobz
f72e723465 DSi: LZ77-compress bottom BG
ALSO: Some code tweaks
2020-09-02 01:29:41 -06:00
RocketRobz
6755fcd4fe Add character/location counter 2020-09-01 21:01:04 -06:00
RocketRobz
30d76f9831 DSi: Improve ditherlace code 2020-09-01 16:21:46 -06:00
RocketRobz
c36ddf2c5d Add Captain Viridian from *VVVVVV* 2020-09-01 01:06:19 -06:00
RocketRobz
36ea0fbba1 DSi: Bug fix 2020-09-01 00:24:07 -06:00
RocketRobz
9ddb9eca83 DSi: Add music 2020-08-31 23:52:00 -06:00
RocketRobz
f5dce74421 Add Tails from *Sonic the Hedgehog* series 2020-08-31 22:44:10 -06:00
RocketRobz
a1b41d0912 DSi: Remove occasional (but last) screen tear 2020-08-31 00:32:05 -06:00
RocketRobz
441ccb755e DSi: Bug fix 2020-08-31 00:23:50 -06:00
RocketRobz
e4f4eaa01a DSi: Move OAM update code to the screen drawing code 2020-08-31 00:04:26 -06:00
RocketRobz
7439543fb2 DSi: Move screen draw code outside of VBlank
Clears more screen tearing
2020-08-30 23:58:31 -06:00
RocketRobz
b3d2ad2fa4 DSi: Bug fix 2020-08-30 23:03:00 -06:00
RocketRobz
a0accb20f0 DSi: Move from GL2D to OAM, and fix screen tearing 2020-08-30 22:59:54 -06:00
RocketRobz
8fe6a0cfcd DSi: Add vibrating dither method
Achieves more than 4096 colors on-screen

ALSO: No longer works on DS consoles or flashcards, due to memory limitations
2020-08-29 22:17:05 -06:00
RocketRobz
4a4e455eb2 Add some logos as studio backgrounds
Added:
* RocketRobz
* Nintendo
* SEGA Genesis
* TWiLight Menu++
* hiyaCFW
2020-08-27 23:55:14 -06:00
RocketRobz
02f4c73776 Add more locations from *Style Savvy: Styling Star* 2020-08-25 01:30:05 -06:00
RocketRobz
a863c3388c Add Countryside location from *Style Savvy: Styling Star* 2020-08-25 00:02:29 -06:00
RocketRobz
e2089927fe Add the Park, Cafe, and Seaside locations from *Style Savvy: Styling Star* 2020-08-24 22:55:12 -06:00
RocketRobz
03ff025831 Add outdoor stage from *Style Savvy: Styling Star* (Part 2) 2020-08-24 01:54:56 -06:00
RocketRobz
1c6d8f55b0 DS(i): Fix character being shown on animated location when selecting another 2020-08-22 21:30:44 -06:00
RocketRobz
5b9dc76d17 Add the Live Music Club location from *Style Savvy: Fashion Forward*
Complete with changing light colors!
2020-08-22 21:13:04 -06:00
RocketRobz
87d8104c3d DS(i): Add BG animation for Day/Sunset Tropica Beach 2020-08-22 18:37:00 -06:00
RocketRobz
7117b47f69 Remove duplicate character outfits 2020-08-22 00:40:11 -06:00
RocketRobz
c5eb1918c2 Add Ulala and Pudding from *Space Channel 5* 2020-08-22 00:23:34 -06:00
RocketRobz
611823c276 Add Samus and Zero Suit Samus from *Metroid* series 2020-08-21 20:59:24 -06:00
RocketRobz
94e25c5fc6 DS(i): Make it compatible with NO$GBA 2020-08-20 00:16:10 -06:00
RocketRobz
f635369b81 Bug fix 2020-08-19 20:30:38 -06:00
RocketRobz
3410ec6152 Add Nikki from *Swapnote* & *Swapdoodle*
ALSO: Optimize some code
2020-08-19 20:27:00 -06:00
RocketRobz
41c5d80731 DS(i): Make Photo Studio text shimmer
Every image file are `.png`, starting with this commit
2020-08-19 01:00:43 -06:00
RocketRobz
b920b18325 DS(i): Add photo saving 2020-08-18 16:49:57 -06:00
RocketRobz
87eaf85b98 DS(i): Show up to 5 characters 2020-08-18 13:28:58 -06:00
RocketRobz
7d3c5432c8 DS(i): Show a 3rd character
Memory Expansion required, if running on DS Phat/Lite
2020-08-18 12:22:22 -06:00
RocketRobz
f25709512e DS(i): Show a 2nd character 2020-08-18 09:53:00 -06:00
RocketRobz
37fa55dedf DS(i): Only update text when needed 2020-08-17 21:13:34 -06:00
RocketRobz
1cd5fae77c DS(i): Compress productIdent and RocketRobz logo 2020-08-16 18:25:47 -06:00
RocketRobz
61473c4483 DS(i): Fix cursor and back button position 2020-08-16 16:37:14 -06:00
RocketRobz
c4a771b903 DS(i): Add horizontal flipping the character 2020-08-16 16:15:14 -06:00
RocketRobz
cf34e37c81 DS(i): Fix text not being updated when scrolling through locations 2020-08-16 14:17:22 -06:00
RocketRobz
e994fac23c Switch to switch statements
ALSO: Remove unused int in DS(i) version
2020-08-16 12:02:51 -06:00
RocketRobz
b3e58af46d Fix 2nd character being addable, if 1st isn't selected 2020-08-16 02:38:55 -06:00
RocketRobz
c0b52a42a6 DS(i): Fix text positioning 2020-08-16 02:33:46 -06:00
RocketRobz
b6ee6f2d55 3DS: Center the button graphics more 2020-08-16 02:31:55 -06:00
RocketRobz
bda5664d7b DS(i): Add season text 2020-08-16 02:17:29 -06:00
RocketRobz
1b607165f7 DS(i): Bug fix 2020-08-16 02:04:07 -06:00
RocketRobz
5a84e4d88b DS(i): Bug fix 2020-08-16 02:00:29 -06:00
RocketRobz
b70476c76e DS(i): GUI porting complete! 2020-08-16 01:56:33 -06:00