Results 1 to 10 of 31

Thread: Weird ACWW Address

Hybrid View

  1. #1

    Default

    I got an idea: What if you could make a different text to item like, you do the original type hex in, submit the hex and instead of pressing an activator, you move the cursor over to the slot in which you want the item in and if you want it in more than one slot, touch as many slots as you want? It probably won't work, but you could probably even add support for mail slot items too so that you could store some of your outfits into those slots.

    Edit: Here's Another:

    Talk backwards:
    Code:
    223BC616 00000001
    Code:
    223BC616 00000000
    This is the same talk backwards code except you don't need the delete key; you just space out your words and they appear backwards.
    Last edited by Demonic722; 09-09-2010 at 05:01 PM.
    3DS Friend Code: 4699-6293-3106

  2. #2

    Default

    I'll share some I found using dragonboy's Text to AR 6.0.

    [Edit] I found that this address seems to change the 1st visitor's town name more or less everywhere, not just in the "Friends Present" menu. I tried it in another town when I was the first visitor, and my town name changed in the inventory menu and on my friend code menu. Still, I think it has no effect on visitors without the code.
    Code:
    021D2608 XXXXXXXX
    I'm not sure about this one, I've only tested it once. I think this value holds the first four letters of the latest bulletin board post. I was not able to find the oldest post value.
    Code:
    021E8D20 XXXXXXXX
    I hope to find more.
    Last edited by Xyneline; 01-13-2011 at 11:40 AM. Reason: Correcting information about the first address.

  3. #3
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    I already have the bulletin board figured out. It isn't stored in ASCII though. I forgot where I posted the addresses though. I was gonna use it to make a "visitor log" code that keeps a list of all visitors that came to your town while your DS was closed (and it'll be saved on the bulletin board each time one leaves)
    so if someone seeds you, you'll see the last person to leave
    Always willing to help with anything, code-related or not. :]

  4. #4

    Default

    Unless you're game is bricked! :L

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  5. #5

    Default

    Quote Originally Posted by dragonboy269 View Post
    I already have the bulletin board figured out. It isn't stored in ASCII though. ...
    Does that mean you would need to convert the string of characters of the names somehow? Doesn't the bulleting board use the same character list of values (like A = 01, B = 02, etc.) as the game uses with names and text?

  6. #6
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Well, the bulletin board uses the same values as "copied text"
    But usually the player names are stored as ASCII (well, the ones I've found), which is different. I already have a conversion routine though.
    I haven't looked into it, as I don't really hack ACWW much anymore (the last code I made was for Rune Factory 3)
    Always willing to help with anything, code-related or not. :]

  7. #7

    Default

    Heres Some I Found:

    Player Inventory Backgrounds:
    Code:
    121D8FF0 0000XXXX @Town Owner Player 1
    121DB27C 0000XXXX @Town Owner Player 2
    121DD508 0000XXXX @Town Owner Player 3
    121DF794 0000XXXX @Town Owner Player 4
     
    121D25A4 0000XXXX @Visitor 2
    121D4830 0000XXXX @Visitor 3
    121D6ABC 0000XXXX @Visitor 4
    The Hexes for pattern backgrounds are 0x12A8-0x12AF

    EDIT:

    Wi-Fi Appearance (Also Found Face/Hair/Tan while ago but Dragonboy found 1st :P)
    Code:
    121D259C 0000XXXX @Visitor 2 Shirt
    121D259E 0000XXXX @Visitor 2 Headgear
    121D25A0 0000XXXX @Visitor 2 Accessory
     
    121D4828 0000XXXX @Visitor 3 Shirt
    121D482A 0000XXXX @Visitor 3 Headgear
    121D482C 0000XXXX @Visitor 3 Headgear
     
    121D6AB4 0000XXXX @Visitor 4 Shirt
    121D6AB6 0000XXXX @Visitor 4 Headgear
    121D6AB8 0000XXXX @Visitor 4 Headgear
    Last edited by Demonic722; 01-12-2011 at 05:47 PM.
    3DS Friend Code: 4699-6293-3106

  8. #8

    Default

    Ok Well, I finally Found these after 5-6th months..

    Code:
    221D257C 000000XX @Visitor 2 1st Emotion
    221D257D 000000XX @Visitor 2 2nd Emotion
    221D257E 000000XX @Visitor 2 3rd Emotion
    221D257F 000000XX @Visitor 2 4th Emotion
    I also have the 3rd, and 4th players but eh..
    Last edited by Demonic722; 01-13-2011 at 03:44 PM.
    3DS Friend Code: 4699-6293-3106

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

    Default

    Looks like someone has been busy while I was away..

    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
  •