Results 1 to 10 of 12

Thread: Animal Crossing: Wild World Text To Item V4

Hybrid View

  1. #1

    Default

    I'd test your code, but my Action Replay is still going senile. I can try it, but I have a feeling it will freeze as soon as I type the prefix "zr." So, it's supposed to fill all of the slots with incremented items? If you put in 0 for Y, would it fill your slots with the same item? It sounds really handy!
    Last edited by Xyneline; 09-06-2011 at 03:44 PM.

  2. #2

    Default

    Quote Originally Posted by Xyneline View Post
    I'd test your code, but my Action Replay is still going senile. I can try it, but I have a feeling it will freeze as soon as I type the prefix "zr." So, it's supposed to fill all of the slots with incremented items?
    Yup, all slots are filled with the starting item hex in slot 1 then it increments by 1 or 4 from the previous hex in the previous slot to the next slot.

    Quote Originally Posted by Xyneline View Post
    If you put in 0 for Y, would it fill your slots with the same item? It sounds really handy!
    It would seem that way but it doesn't. I've included a check for only 1 and 4 because 1 and 4 are the common increment offsets for items in AC:WW.
    If Y==0, the code ends. Here's a snippet from the routine that does the check:
    Code:
    @check if the user typed 1 or 4
    @and move a byte corresponding to the number typed
    ldrb r2,[r1]
    cmp r2,#0x31
    beq $kipThis
    blt Exit
    cmp r2,#0x34
    beq SkipThi$
    blt Exit
    bgt Exit
    b Exit
    So basically, if Y != 1 or Y != 4, the code ends and does nothing.

    3DS Friend Code: 4699-6293-3106

  3. #3

    Default

    Ah, I see. I tried it, but it froze when I sent the text. It's probably my AR.

  4. #4

    Default

    I wish I could help find a solution to your AR problem, but sadly I don't know how.

    Is it still having problems with other text related codes or just this one?
    3DS Friend Code: 4699-6293-3106

  5. #5

    Default

    Nah, it's ok. I won't buy another AR until perhaps a 3DS one comes out. My AR still works with the Text-to-Item code I used to use, which has a select+start activator. I think it might have problems with codes that use a typed activator, like dragonboy's last Text-to-AR code.

  6. #6

    Default

    I definitely wouldn't know how to fix that AR problem since it's very rare.

    Quote Originally Posted by Xyneline View Post
    I won't buy another AR until perhaps a 3DS one comes out.
    AR3DS sounds promising, but I have a feeling it won't be $19.99-$24.99 (US Price) possibly a little higher since the 3DS is expensive.

    Somewhat Off Topic: There appears to be an actual R43DS. Are people already hacking 3DS? Also, I don't really recommend that site if you plan on buying from there during Christmas time since it took them like 6 months to ship my Acekard...

    Quick Edit: Seems as if this supports "Action Replay Codes". Maybe Action Replay codes for DS games are usable for 3DS users.
    3DS Friend Code: 4699-6293-3106

  7. #7
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    May want to possibly rework this so its a bit more universal.. i.e. 0-(w\e amounts of slots here) could be used.

    Say what you mean, mean what you say, and let your actions speak for you.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •