Recent content by Exxod

  1. Exxod

    Homebrew PassMe2 Header [devkitPro, libnds]

    No I have got the header now but in the R4.dat file (and others like YSMenu etc.) the code starts at 0x200 but mine starts alot further down, in ndstool source, it says -h 0x200 is for older homebrew i'm not sure if this means an older build of devkitpro would compile it like this, but if the...
  2. Exxod

    Homebrew PassMe2 Header [devkitPro, libnds]

    I managed to do this by adding "-h 0x200" to ndstool but the code does not start at 0x200 like the R4.dat file, just the DLDI interface at 0xa00
  3. Exxod

    Hacking r4 change language to english

    This post is 6 years old
  4. Exxod

    Hacking R4 itt Purple Card not Loading games

    Ik it's really stupid but you have to lmao
  5. Exxod

    Hacking should i delete moonshell?

    You can put any NDS file at /moonshell/moonshl.nds to replace the Multimedia button
  6. Exxod

    Hacking R4 itt Purple Card not Loading games

    I know this card, despite not having the card itself I have edited the kernel before, All you need to do is Click the "Home" Text in the bottom left corner of the screen. It will refresh the games list and show you the new games on it, you have to do this each time you add a new game, the kernel...
  7. Exxod

    Homebrew PassMe2 Header [devkitPro, libnds]

    This is what I need in my NDS file, in line 399 to 401 of ndstool github devkitPro/ndstool/blob/master/source/ndscreate.cpp are the sections that add the header. I cannot find any arguments to add the header with Makefile is there any way to do this? To clarify: YSMenu and R4.dat (the one that...