Search results

  1. K

    ROM Hack Harvest moon a new beginning CTRPF AR Codes

    That's awesome. As soon as I can get my 3DS back up and running again I'll retry this game. Can't wait to try out the 1st Item Slot Cycle Code.
  2. K

    ROM Hack Harvest moon a new beginning CTRPF AR Codes

    I see my codes finally inspired others to make more for this game. Could of used this help like 3 years ago but better late then never they say. I also see that someone converted my Max wild animal affection from QR inject to AR. Awesome codes everyone.
  3. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Unfortunately the .nds the guide gave me overwritten my emunand from Gateway so I wasn't able to get my old gateway back.
  4. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Thanks everyone for the help, unfortunately like an idiot I didn't read everything thoroughly. I'll have to wait for an exploit for 11.3 which could take years before that happened. Till then, I'll just continue to play my games through cartridges.
  5. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Pretty sure the 3ds.guide made me format my SD Card so it would probably be sysNand mode.
  6. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Well, I followed the tutorial. And I think I broke AL9H as it no longer recognizes any of the homebrew cias and I can't boot up Lumas or Hourglass9 upon boot up. And it is stuck on Sysnand 11.3
  7. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    You have earned my respect. auto Ok I am running into a new problem now. I can't get my Gateway Flashcard to work on this. I've searched the forums and so far I am not finding a guide for it or probably because I'm searching it wrong. Can someone point me to the right direction?
  8. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    I got it working now. Thank you very much. I had to find my old Acekard 2i and use that instead and the NDS loaded probably.
  9. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    ah yes i meant .nds and yes my 3ds can play other DS roms. auto Yup just black screen, doesn't do anything for me. I guess I'm out of luck with CFW unless I update and risk not being able to use any exploit or my current gateway emunand.
  10. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    I clicked the get started button and it gave me this link: https://3ds.guide/get-started and then following that, I clicked the appropriate image for my 3DS which then lead me to this link: https://3ds.guide/get-started-(old-3ds) then following that, since my console FW is 4.0 and does not have...
  11. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Am I suppose to boot the decrypt9.3ds on my Emunand or my Sysnand. As sysnand is giving me a black screen when trying to boot it.
  12. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    Ok you guys convinced me. Now I ask where should I start since I'm still using the emunand that Gateway had installed.
  13. K

    Hacking Been a while since I've last been on, now I want to know a few things...

    It has been quite a while since I've last been on. My old 3DS XL is still on 4.01 Firmware and still using the Gateway 3DS Flashcard along with it's emunand. Last time I was on was almost 2 years ago when Gateway 3DS released it's own way of using cheats. But now I'm coming back and new things...
  14. K

    ROM Hack I need help understanding these D code lines please

    So I am curious, why would I ever need to use D3000000 if all it does is just change my address offset? I've seen some people use D3000000 but why would you use it if you can just physically add it to the address itself?
  15. K

    ROM Hack I need help understanding these D code lines please

    Where were you three days ago? I spent a good amount of my weekend trying to noobishly think on what I was doing wrong :( Thanks for the link!
  16. K

    ROM Hack I need help understanding these D code lines please

    I finally got it to work. Yeesh this was hard. Ok, so apparently D3000000 XXXXXXXX does not effect the value but the address. So when you put in D3000000 into it, any code lines below will have an addition to the address of the code below for example. D3000000 00000001 00707EBC 00000050 what...
  17. K

    ROM Hack I need help understanding these D code lines please

    No change. It still reads it as if the code does nothing. Also when I do this code DD000000 00000008 D8000000 00707EBC D0000000 00000000 It sets the value to 00. As soon as I hit something of course it crashes. Every time I activate the code via Select, it just keeps setting it to 0 never...
  18. K

    ROM Hack I need help understanding these D code lines please

    OMG thank you for a response. I felt as if I would never get help. So I have tried it and the game doesn't freeze however it still resorts to last value it was set on. It's as if the code does nothing now :(
  19. K

    ROM Hack I need help understanding these D code lines please

    Ok, so I want to try to test something here and so far I am not getting it done right. Game just keeps crashing. So I need help. Here is what I have 00707EBC 00000050 <---This Code indicates how much damage I can do to a enemy per hit. If it is left at the value of 50 it basically registers as...
  20. K

    ROM Hack I need help understanding these D code lines please

    Apparently there is a Cheat Sheet that some of ya'll been holding out on the rest of us. So I am willing to share. Found this at maxconsole. Courtesy of xJam.es 0 Type Format: 0XXXXXXX YYYYYYYY Description: 32bit write of YYYYYYYY to 0XXXXXXX. Simple: Makes the value at address 0XXXXXXX equal...