Results 1 to 10 of 31

Thread: Weird ACWW Address

Hybrid View

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

    Default

    Use camstudio, you can record no$gba with it.
    Like this http://www.youtube.com/watch?v=1NKiX78zxpA
    Always willing to help with anything, code-related or not. :]

  2. The Following User Says Thank You to dragonboy269 For This Useful Post:


  3. #2

    Default

    I was wondering how you did that with the ROM since the camera was perfect. Is there a certain version of Camstudio I should download and how did you use ASM Codes on no$gba (Trainer Maker, perhaps?).

    EDIT: Downloaded Camstudio and it is awesome, thanks DB!
    Last edited by Demonic722; 01-15-2011 at 09:02 AM.
    3DS Friend Code: 4699-6293-3106

  4. #3

    Default

    Isn't it? Nothing compares to it, and I question why people use the water-marking free hypercam at all.
    http://siestacat.webs.com/GetAttachment.jpg

  5. #4

    Default

    Quote Originally Posted by siestacat View Post
    Isn't it? Nothing compares to it, and I question why people use the water-marking free hypercam at all.
    There are loads of things that can compare and/or better than Camstudio

  6. #5

    Default

    Heres some more (if someone found these, post please):
    Animal Shirt Mods
    Code:
    121DFEF8 0000XXXX @neighbor 1
    121E05F8 0000XXXX @neighbor 2
    121E0CF8 0000XXXX @neighbor 3
    121E13F8 0000XXXX @neighbor 4
    121E1AF8 0000XXXX @neighbor 5
    121E21F8 0000XXXX @neighbor 6
    121E28F8 0000XXXX @neighbor 7
    121E2FF8 0000XXXX @neighbor 8
    
    Neighbor shirt difference: 0x700
    3DS Friend Code: 4699-6293-3106

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

    Default

    I found neighbor clothes modifiers a long time ago :P
    I never posted it though, so you can have credit.
    Always willing to help with anything, code-related or not. :]

  8. #7

    Default

    Quote Originally Posted by dragonboy269 View Post
    I found neighbor clothes modifiers a long time ago :P
    I never posted it though, so you can have credit.
    XD No, its okay. I kinda figured you found them long ago I just wanted to make sure :P

    Anyway, Xyne got me interested into the BB so ima post what I found out (but I think shawn found all of this):

    Code:
    Bulletin Board Notes [Animal Crossing Wild World 1.0]:
    --------------------------------------------------------
    Info: The Bulletin Board uses the same values as Virus's "Copied Text Code"
    Therefore, instead of using ASCII Values for letters/numbers/symbols
    (A=41, B=42, C=43, D=44) it uses the values A=01, B=02, C=03, D=04.
    The Text in a bulletin board message difference is #1 and there are
    roughly 130[0x82] Characters you can input into one Bulletin Board Message.
    When you write 0x0 to any address in the posts text, that and all of the
    text after it gets erased or "hidden" until you write a different value
    to it, that value string gets changed and the following text after that
    reappears. (Also, The Bulletin board can only hold 15 Posts)
    --------------------------------------------------------
    Addresses: These Addresses are most likely found before, but here
    they are (Using Dragonboy269 Code, because emuhaste gave different addresses)
    
    0x21E826B @is the starting text for the oldest (first) Bulletin Board Post
    0x21E8C5F @is the starting text for the second to current bulletin board post
    0x21E8D23 @is the starting text for the current bulletin board post
    0x21E826B+0xAB8=0x21E8D23
    
    0x21E8258 @is the starting text for the oldest (first) Bulletin Board Header
    0x21E8D10 @@is the starting text for the current Bulletin Board Header
    0x21E8258+0xAB8=0x21E8D10
    
    0xAB8[#2744]
    Difference between Bulletin Board Post (First Text Character): 0xC4 [#196]
    0xAB8[#2744]/0xC4[#196]=0xE[#14]
    --------------------------------------------------------
    Completely Erase All Bulletin Board Posts (Everything)[A+B]:
    94000130 FFFC0000
    D3000000 021E8258
    C0000000 0000000E
    20000000 00000000
    DC000000 000000C4
    D2000000 00000000
    --------------------------------------------------------
    3DS Friend Code: 4699-6293-3106

  9. #8

    Default

    Quote Originally Posted by Oni-Neoxes View Post
    There are loads of things that can compare and/or better than Camstudio
    Like...?
    http://siestacat.webs.com/GetAttachment.jpg

Posting Permissions

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