Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Animal Crossing Wild World 1.0 Lights Off/ Lights On

  1. #1

    Default Animal Crossing Wild World 1.0 Lights Off/ Lights On

    Good:
    Code:
    -Works indoors
    -Works in all buildings
    -Works on Wi-Fi (only you can see the changes)
    -If you're lazy, this code works like a charm
    Bad:
    Code:
    -It turned my roof from red to gray
    -Cockroaches in my house
    -Changed the time causing me to have lots of weeds
    -House changed from Mansion to Level 1 House
    -Inside is the default (when you first start the game for the 1st time)
    -I can't change the inside back to the mansion level (inside)
    So here's the working code before I decided to make it work outdoors (It works perfectly)

    My First Attempt at it (Success, No Problems At All)

    Turn Lights On/Off (Indoors)(R+Up/Down)
    Code:
    94000130 FEBF0000
    221C99DC 00000001
    D0000000 00000000
    94000130 FE7F0000
    221C99DC 00000000
    D2000000 00000000
    Here's the code after I tried to find the outside address =I:

    WARNING: Please don't test unless you have a backup save.

    Turn Lights On/Off (R+Up/Down)
    Code:
    94000130 FEBF0000
    221C99DC 00000001
    221E68CA CCCC0000 ;@What I thought Was The Outdoor Address
    D0000000 00000000
    94000130 FE7F0000
    221C99DC 00000000
    021E68CA CCCC0000 ;@Same
    D2000000 00000000
    Edit: Man, I was a noob. Tip: Never use a 32-bit write on a non-32-bit address, heh. Here's the working code.
    3DS Friend Code: 4699-6293-3106

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


  3. #2

    Default

    Edit: Please delete this.
    Last edited by Demonic722; 02-17-2010 at 08:12 PM.
    3DS Friend Code: 4699-6293-3106

  4. #3

    Default

    lol Pretty neat. Have you worked out all of the bugs yet?
    http://siestacat.webs.com/GetAttachment.jpg

  5. #4

    Default

    Hmmm... I Just made a little better, easier to see video in No$. Take a look at THIS LINK. It does seem to have some side effects though.
    Last edited by siestacat; 05-30-2010 at 07:38 AM.
    http://siestacat.webs.com/GetAttachment.jpg

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

    Default

    I'll mess around with this sometime.
    I'm guessing, since it changes all of that with just one write, you'll need to do this a different way.
    Always willing to help with anything, code-related or not. :]

  7. #6

    Default

    I agree... The actual lights outside (dark vs light) seem to change about 40 different adresses...
    http://siestacat.webs.com/GetAttachment.jpg

  8. #7

    Default

    Just took a look at the address for inside and see that it works exactly as Demonic thought... I'm trying to use the time modifier for the outside address, but we'll see
    http://siestacat.webs.com/GetAttachment.jpg

  9. #8

    Default

    Yeah, I cant get it working outside without some kind of bad effect. I thought about since it changed my house back to a level 1 model would I need to set my house to a mansion then maybe it'll give a new address.
    3DS Friend Code: 4699-6293-3106

  10. #9

    Default

    Well... whats the address you're using now for the outside one? (I don't care about the effects)
    http://siestacat.webs.com/GetAttachment.jpg

  11. #10

    Default

    I keep finding a new address every time. Here's my new findings:

    221E575C 000000BF <--I guess its supposed to turn on
    221E575C 000000FF <----Off

    Then I found:

    221E68CA 00000000 <--on
    221E68CA 00000004 <--off

    None Worked though. The original one I first posted works, but has bad effects to it so I'm not sure. @~@

    Edit: The last two addresses work fine. :P
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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