Recent content by bilibili2011

  1. bilibili2011

    Hacking [Question] How would you rip sounds from the DS Firmware?

    https://github.com/CTurt/CFW-Suite you can use gui tool to extract gui part from fw
  2. bilibili2011

    Hacking [Question] How would you rip sounds from the DS Firmware?

    there is a sdat section in the gui data file, after unpacking the fw
  3. bilibili2011

    Hacking Trying to decode text from Apollo Justice (DS)

    as indicated here https://github.com/Missingmew/phoenixtools use tool to extract scripts from mess all.bin then use convert text messages to see text. author messed up his git as some files disapeared, find them here good luck for editing, looks complex. didnt even look on how to compress it back.
  4. bilibili2011

    Homebrew Super NDS firmware editor

    you can now edit wfc id, experimental, didnt test on real hw.
  5. bilibili2011

    Any way to control screen brightness independently? DSLite

    try this https://gbatemp.net/threads/dsi-screen-issues.572120/
  6. bilibili2011

    DS lite Wireless Bricked WiFi Board

    weird, dump your fw now to compare with your original fw to see what part was not written. i dont have a ds so i cant test
  7. bilibili2011

    DS lite Wireless Bricked WiFi Board

    hello mate, that was a problem on the first version of fwmanager, but got fixed. https://github.com/CTurt/CFW-Suite/issues/2 https://github.com/CTurt/CFW-Suite/commit/d194e6e4f9f5643db99d61be7a0dfcc91ed7dfd5 you built it from source ? here is mine if you want...
  8. bilibili2011

    ROM Hack Bit-related question about .NCGR and .NCLR files

    you almost always have to invert bytes, nds is little indian. https://datacrystal.romhacking.net/wiki/Endianness
  9. bilibili2011

    Does anyone have the nintendo USB wifi connector software?

    https://gbatemp.net/download/nintendo-wi-fi-usb-connector-driver.37012/ ??
  10. bilibili2011

    Homebrew Nitro SDK in a Box

    hey man thats a really cool project, did you try to compile the nds bootrom ?
  11. bilibili2011

    Hacking m3ds real wont boot sakura

    is the sd card an sdhc card, i mean not too modern, fat 32 formated ?
  12. bilibili2011

    Homebrew Super NDS firmware editor

    you can edit the startup screen
  13. bilibili2011

    Homebrew Super NDS firmware editor

    desmume is weird, it will save your fw settings to a .dsv file in the battery folder and will then not load your fw settings from your fw file. just uploaded a new version btw
  14. bilibili2011

    ROM Hack Adding new features to Nintendogs, would that be possible?

    too difficult my friend, you need to know asm programming and a lot of knowledge