Results 1 to 4 of 4

Thread: Animal Crossing: Wild World Roof Color Modifier/House Modifier

  1. #1

    Default Animal Crossing: Wild World Roof Color Modifier/House Modifier

    Now, before I go and attempt to making these codes, I want to know if anyone has ever bothered making any of these. It could save me the time going through all the time traveling and such to find the address. I've came across a non-permanent house modifier code that only modified the inside of the house, and it wasn't permanent. If anyone would be kind enough to share those codes I'd appreciate it or I'll just make it myself.
    3DS Friend Code: 4699-6293-3106

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

    Default

    -cough- The house modifier that "isn't permanent" actually is. Just use the code, replace your house with a mansion seed, then save the game.
    Always willing to help with anything, code-related or not. :]

  3. #3

    Default

    Well, if that's all you have to do then:

    House Size Editor (By DsPet I think):
    Code:
    221E68C8 0000000X
    
    
    Set X to:
    
    0:4x4
    1:6x6
    2:8x8
    3:2nd
    4:2nd+W room
    5:2nd+W+E room
    6:4 extra rooms = full mansion
    Edit: This address was found by me a long time ago in that lights code. The code will be fixed eventually due to bugs.
    Roof Color Modifier:
    Code:
    Unavailable Code At The Moment
    Last edited by Demonic722; 05-08-2011 at 12:12 PM.
    3DS Friend Code: 4699-6293-3106

  4. #4

    Default

    I might as well post here.

    Original Thread: http://game-hackers.com/threads/2527...-Off-Lights-On

    I finally found why out why the outside version of the code was buggy and causing problems. 0x21E68CA was an address I found long ago which I thought was buggy, but after a few test(s) I found out why it was doing that. 0x21E68CA is the address for the outside of house lights control, where as 0x21C99DC is the address for the inside of the lights control. Anyway, here's the final code for turning the lights on/off whether your inside/outside of house, the inside part works in other buildings as well. Read the older thread to see some of the features..

    Code By Demonic722:

    Final Lights Code V3 (Press R+Up/Down to turn Lights On/Off):
    Code:
    94000130 FEBF0000
    221C99DC 00000001
    221E68CA 00000004
    D0000000 00000000
    94000130 FE7F0000
    221C99DC 00000000
    221E68CA 00000000
    D2000000 00000000
    Edit: On Topic: I only got these roof colors out of this address, and then it seems to loop and start over again <.< :

    House Roof Color Modifier:
    Code:
    221E68C9 0000000X
    
    Set X to:
    0: Red
    1: Lime Green
    2: Blue
    3: Purple
    4: Red
    5: Lime Green
    Then it keeps looping so 0x6 will be blue, 0x7 will be purple, 0x8 will be red again, etc.
    Last edited by Demonic722; 03-25-2012 at 02:39 PM.
    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
  •