Homebrew The Most Useless DS

  • Thread starter Thread starter ferofax
  • Start date Start date
  • Views Views 18,897
  • Replies Replies 60

ferofax

End of the World
Member
Joined
Jan 26, 2009
Messages
2,574
Reaction score
439
Trophies
1
Age
44
Location
Philippines
Website
nonwhatso.blogspot.com
XP
729
Country
...somebody should start coding this.
happy.gif
it'll be a good novelty homebrew, just like Nyan Cat was a nice novelty homebrew.

[youtube]UmQ5LsNMXZ4[/youtube]

EDIT: omg, someone did. see following posts below for link. ?(`?´)?
 
for those of you who are wondering what the heck the title is supposed to be, it means
"mercilessly bullying a robot that turns itself off when turned on"
laugh.gif


... and yes, a hb like this would be great.
 
I'm seriously working on it right now.

CODEÂÂÂÂÂÂÂÂif (touchXY.px > strtol("7B", NULL, 16) && touchXY.px < strtol("8A", NULL, 16) && touchXY.py > strtol("53", NULL, 16) && touchXY.py < strtol("62", NULL, 16) && v_switch == 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂv_switch = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂv_pushed = v_pushed+10;
ÂÂÂÂÂÂÂÂÂÂÂÂframe = 0;
ÂÂÂÂÂÂÂÂ}

I've got the main functions done, now I just need to code in what happens when the homebrew gets pissed off at you.
 
Rydian said:
I'm seriously working on it right now.

CODEÂÂÂÂÂÂÂÂif (touchXY.px > strtol("7B", NULL, 16) && touchXY.px < strtol("8A", NULL, 16) && touchXY.py > strtol("53", NULL, 16) && touchXY.py < strtol("62", NULL, 16) && v_switch == 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂv_switch = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂv_pushed = v_pushed+10;
ÂÂÂÂÂÂÂÂÂÂÂÂframe = 0;
ÂÂÂÂÂÂÂÂ}

I've got the main functions done, now I just need to code in what happens when the homebrew gets pissed off at you.

Make it show a mad face and close the app if too many pushes are made at once.
biggrin.gif
 
Thesolcity said:
Rydian said:
I'm seriously working on it right now.

CODEÂÂÂÂÂÂÂÂif (touchXY.px > strtol("7B", NULL, 16) && touchXY.px < strtol("8A", NULL, 16) && touchXY.py > strtol("53", NULL, 16) && touchXY.py < strtol("62", NULL, 16) && v_switch == 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂv_switch = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂv_pushed = v_pushed+10;
ÂÂÂÂÂÂÂÂÂÂÂÂframe = 0;
ÂÂÂÂÂÂÂÂ}

I've got the main functions done, now I just need to code in what happens when the homebrew gets pissed off at you.

Make it show a mad face and close the app if too many pushes are made at once.
biggrin.gif

This is going to best the best novelty homebrew ever!
tongue.gif
 
"the rom image has crashed" when trying to launch in no$gba
frown.gif

edit: nice source commenting, though ;p
 
(???) HOLY CRAP THAT WAS FAST! RYDIAN YOU'RE A GOD.
rofl.gif
ohmy.gif


...this'll also be a good way to full-drain batteries before fully-charging, to get the most out of your batteries. see? ain't so useless.
biggrin.gif


okay, some more additional functions to consider.

1. first few touches, it's lazy, so there should be some delay.
2. after some rather annoying touches, it'll start to quicken its reactions.
3. then it gets angry.
4. make it scream some ungodly japanese soundbytes, with jap smilies (like in vid)
 
Rydian said:
I'm seriously working on it right now.

CODEÂÂÂÂÂÂÂÂif (touchXY.px > strtol("7B", NULL, 16) && touchXY.px < strtol("8A", NULL, 16) && touchXY.py > strtol("53", NULL, 16) && touchXY.py < strtol("62", NULL, 16) && v_switch == 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂv_switch = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂv_pushed = v_pushed+10;
ÂÂÂÂÂÂÂÂÂÂÂÂframe = 0;
ÂÂÂÂÂÂÂÂ}

I've got the main functions done, now I just need to code in what happens when the homebrew gets pissed off at you.

Hmm may I ask why you used strol to just put in plain numbers? I think you just could write CODEtouchXY.px > 0x7B etc etc.
, not sure though if this really was what you wanted
yaynds.gif
 
mercluke said:
"the rom image has crashed" when trying to launch in no$gba
frown.gif

edit: nice source commenting, though ;pI only tested with iDeaS since it's more updated than nocash, and I can drag-drop NDS files to it.

ferofax said:
(???) HOLY CRAP THAT WAS FAST! RYDIAN YOU'RE A GOD.
rofl.gif
ohmy.gif
It took me over two hours and it's less than a hundred lines including commenting and spacing, that's actually pretty slow for a simple project.

ferofax said:
4. make it scream some ungodly japanese soundbytes, with jap smilies (like in vid)Originally planned, but too lazy.

QUOTE(Tom1307 @ May 18 2011, 01:47 AM) Hmm may I ask why you used strol to just put in plain numbers? I think you just could write CODE
touchXY.px > 0x7B etc etc.
, not sure though if this really was what you wanted
yaynds.gif
Yeah I had a couple of things planned, then I realized I was taking too long to make it as I was eating up my free time just dicking around with it, as it's really only my second project for the DS. So consider that a remnant of a dummied feature?
tongue.gif
For example I originally planned to have it shut the DS off (or at least as close as can be) with something like "Screw you, I'm going to sleep!" after you annoyed it a few times, but then realized that'd take too long for me to find how to do.

I don't think I'm going to continue development on this at all, which is why it's open-source.
 

Site & Scene News

Popular threads in this forum