Results 1 to 4 of 4

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

Threaded View

  1. #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
  •