Hacking Nintendont

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
It seems mostly fine, except for two things:
  • On the second image, I can see two the same IF statement about the quarter clockwise being mentioned in lines 141+ and also at 163+, but in the 163+ section they're commented out. Was this a simple typing mistake? Since in the 1st image it looks fine.
  • I forgot to mention that this line:
    Code:
    if(drcbutton & WIIDRC_BUTTON_R) button |= PAD_TRIGGER_Z;
    Should be commented out (or deleted), since the Z button will now be mapped to the MINUS button.
 
  • Like
Reactions: 77Urmel77

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,202
Country
United States
what line is that one? the one in your post "code"?

1645806736321.png
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
what line is that one? the one in your post "code"?

View attachment 299536
In your "first edit" post, it's located in line 190.
So in line 190 (or around there, depending on how many lines were added by the IF conditions for the trigger stuff) it should be like this:
Code:
(last line of the trigger code here)
if(drcbutton & WIIDRC_BUTTON_MINUS) button |= PAD_TRIGGER_Z;
if(drcbutton & WIIDRC_BUTTON_PLUS) button |= PAD_BUTTON_START;
if(drcbutton & WIIDRC_BUTTON_HOME) goto DoExit;
//write in mapped out buttons
Pad[WiiUGamepadSlot].button = button;
...

(I didn't see the BUTTON_PLUS = START line in your code, so I added it to make sure it's not being overwritten with that of the MINUS button).
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
View attachment 299546

I think that part was deleted when I removed the redundant lines of code. plus and minus are flipped if that matters.
Ah that's fine. The lines being flipped doesn't have any real importance when it comes to the compiled code.

here's it complete (forgot about that):

This one has the PLUS/MINUS lines added in?
(I kinda missed this post and only saw it when opening your last response lol)
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
I hope it works. if it doesn't, I can always send you the PadReadC.c to look over yourself. I'm using visual studio 2019 to make the changes. ;)
Oh my, that didn't occur to me (modifying the PadRead.C file directly and send it over for a quick compile).
If anything goes wrong, I'll do that instead so it's easier for others to compile if another update does drop.

Thanks!
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,202
Country
United States
Oh my, that didn't occur to me (modifying the PadRead.C file directly and send it over for a quick compile).
If anything goes wrong, I'll do that instead so it's easier for others to compile if another update does drop.

Thanks!
it does help me learn a little more about modifying code. I've made changes to this ds homebrew before when it was like 8-10 years old using someone's guidance, and it did work. also, I've tested nintendont that I've compiled on my wii u, and it worked without a problem. it was just a normal compile though, no changes to code. it had the current date as the build date. lol
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
it does help me learn a little more about modifying code. I've made changes to this ds homebrew before when it was like 8-10 years old using someone's guidance, and it did work. also, I've tested nintendont that I've compiled on my wii u, and it worked without a problem. it was just a normal compile though, no changes to code. it had the current date as the build date. lol
Oh you're compiled your own build of Nintendont as well?
Or you mean you tested the one you just made on your WIiU?
Gotta say tho, giving coding a tackle at 8-10 yo is a feat on its down.
I'm way past those years and I still feel like a noob at best with anything programming-wise.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,202
Country
United States
not my own build. I just compiled what was on github to see if I could. there's nothing more satisfying than finally compiling something. some apps have given me a lot of trouble just to compile them.
 
  • Like
Reactions: 77Urmel77

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,470
Trophies
3
XP
29,202
Country
United States
I don't remember all that's required for nintendont, but I think pacman -S zip and unzip are for the kernel.elf. that's the only thing I can remember when I was trying to compile it for the first time.
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
@ShadowOne333 , I just tested it. the buttons have indeed changed with the gamepad. B is jump, select is opening the map, and what was B is now Y (throwing yourself forward). I think you'll be happy with it. :D
Awesome!
I haven't been able to test it yet, been having a hell of a busy weekend.
Which one is the right dol?
This
https://gbatemp.net/threads/nintendont.349258/page-2089#post-9759141

Or this one?
https://gbatemp.net/threads/nintendont.349258/page-2089#post-9759142
 
  • Like
Reactions: 77Urmel77

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,327
Country
Mexico
they're both identical. it didn't mention that it would rename the loader.dol to boot.dol in the build window, but it did. I even hex compared them. it's just whichever one you want to use. the second is just a rename.
Neat! I'll download the second one then, and hopefully I can test it in a bit.
Thank you! :D
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Psionic Roshambo @ Psionic Roshambo:
    Float like a butterfly burns when I pee lol
    +1
  • BigOnYa @ BigOnYa:
    So does that mean your date was not good? It burns now?
    +1
  • K3Nv2 @ K3Nv2:
    Got two new stds in one night
    +1
  • BigOnYa @ BigOnYa:
    Giggity
    +1
  • The Catboy @ The Catboy:
    I don't bite! Minus the times when I did bite
  • The Catboy @ The Catboy:
    Like 5 minutes ago
  • K3Nv2 @ K3Nv2:
    Billie needs her lunch
  • K3Nv2 @ K3Nv2:
    Ffs papa brought back the cheeseburger pizza it's like the only decent pie they had since the 80s
  • BigOnYa @ BigOnYa:
    I'm not a fan of papa johns, but that does sound good. We hardly order out pizza, I like making my own, but when we do its donatoes
  • K3Nv2 @ K3Nv2:
    I get them like once every two months anymore
  • K3Nv2 @ K3Nv2:
    Just because it's half a mile from where I live
  • BigOnYa @ BigOnYa:
    Request next time you order, that Shaq deliver it to you
  • K3Nv2 @ K3Nv2:
    I want him to buy me a chain also
  • K3Nv2 @ K3Nv2:
    Open it right next to the one we have
    +1
  • BakerMan @ BakerMan:
    guys should i make a new thread and just count the amount of posts until kyle, luke or leo joins the thread for fun?
  • BakerMan @ BakerMan:
    kyle's fine, just waiting for that wario joke

    luke and leo though, they yap until the thread's enjoyability is about halved
  • K3Nv2 @ K3Nv2:
    Leo is Luke's alterego when he gets hard
  • BigOnYa @ BigOnYa:
    Luke is gone, he got banned. And I'm surprised Leo hasn't yet
  • K3Nv2 @ K3Nv2:
    Subway was actually pretty decent tonight
  • BigOnYa @ BigOnYa:
    Wut you get, a seafood and psi salad sub
  • K3Nv2 @ K3Nv2:
    Psi had my footlong meatball special
    +1
  • PandaPandel @ PandaPandel:
    i want a meatball sandwich
    now
  • K3Nv2 @ K3Nv2:
    Gay
  • BigOnYa @ BigOnYa:
    Bout time you came out and admitted it
  • K3Nv2 @ K3Nv2:
    Bigonya talks to himself often
    +1
    K3Nv2 @ K3Nv2: Bigonya talks to himself often +1