Homebrew [Release] Non-Stop Nyan Cat (Smile please)

Marco D

Well-Known Member
OP
Newcomer
Joined
Mar 26, 2015
Messages
66
Trophies
0
Age
37
Location
Queretaro
XP
206
Country
Mexico
Well you can use "side by side sprites" in 3D:
Code:
sf2d_start_frame(GFX_TOP, GFX_LEFT);
 
sf2d_draw_texture_part(FUK_Logo_3D, 0, 0, 0, 0, 400, 240); //For both sides in one pic
//sf2d_draw_texture(TSLeft, 0, 0); //For one file per side
 
sf2d_end_frame();
 
sf2d_start_frame(GFX_TOP, GFX_RIGHT);
 
sf2d_draw_texture_part(FUK_Logo_3D, 0, 0, 400, 0, 400, 240);
//sf2d_draw_texture(TSRight, 0, 0);
 
sf2d_end_frame();

/edit
And the homebrew should pause if you turn the volume under 40%.

Thanks for the info i didnt know that right frame buf was available. I give it a try later today.
 
  • Like
Reactions: Margen67

NicEXE

Well-Known Member
Member
Joined
Dec 6, 2009
Messages
411
Trophies
1
XP
706
Country
Cyprus
IT GOES ON 4EVA! :rofl:

IMG_20150425_141638.jpg
Yeah but does it go past 6553.6 seconds?
 

WhoAmI?

PASTA's dirty animal
Member
Joined
Mar 15, 2015
Messages
1,276
Trophies
0
Location
Poké Ball
Website
lavanoid.github.io
XP
1,279
Country
you need to correct the audio trouble
if I close the CIA it continues playing audio in home menu


Really? OMG! xD. Cats on cat nip. Hehe. When I close it on HB Launcher and launch, say "Portal 3DS" (by Smealum) - the sound goes funny. If I launch Nyan twice, the audio over laps with each other and goes weird.
 
  • Like
Reactions: Margen67

Chelsea_Fantasy

Someone who hates slow internet connections
Member
Joined
Mar 25, 2014
Messages
1,141
Trophies
0
Age
34
XP
1,513
Country
Cuba

Marco D

Well-Known Member
OP
Newcomer
Joined
Mar 26, 2015
Messages
66
Trophies
0
Age
37
Location
Queretaro
XP
206
Country
Mexico
Here you got, here is the CIA file and instructions an files required to create the cia file for newer versions
NyanCat.rar 3.2 MB
https://mega.co.nz/#!jAV31SqS!oBNrwFfvURv-ewDwAMNcTyvWQxPG-__btfe1-t1a_R0

Also, there is the icon for "SOON!"
did you want it to be downloadable in the next soon version?


Thanks a lot bud. I will give it a try and reply with my results.

I work on that
you need to correct the audio trouble
if I close the CIA it continues playing audio in home menu

for sure. i work on that later today.
 
D

Deleted User

Guest
An unsigned 16-bit integer can hold values from 0 to 65535 so if this program stores time in 1/10th of a second in a 16-bit unsigned integer, instead of going to 6553.6 it will actually go to 0 and then start increasing again.

But why would anyone be storing time, especially decimal time, in an unsigned 16-bit integer....?
 
  • Like
Reactions: Margen67

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Wish I could use that for video editing lol