Results 1 to 4 of 4

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

Hybrid View

  1. #1
    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. :]

  2. #2

    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

  3. #3

    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
  •