Announcement

Collapse
No announcement yet.

Code request for Kid Chameleon (Sega Genesis)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Code request for Kid Chameleon (Sega Genesis)



    Hello,
    I want to make a map for each out of 103 level.

    Now I'm looking for a genie code that can unlock the camera so i can navigate freely around and take snapshots.
    I hope you can help me with this, this would make it so much easyer for me.


    Also in case you need an emulator or the Kid Chameleon rom i have added a link

    Edit: No Rom Posting per the rules, plus we all know how to find Roms. Please Read Rules~ Helder
    Last edited by Helder; 04-06-2013, 11:45:20 AM. Reason: Removed Rom Links~Helder

  • #2
    A code like that could be a bit of a challenge to make, but you could actually achieve almost the same thing by using some of the existing codes we have. You could use these codes together: One of the jump or fly codes (to get to high places), Walk on air (to be able to stay up in high places), invincibility, and infinite time if needed.

    You could also use X and Y coordinate codes to place you anywhere on the screen/map. I don't think these codes are in our data base, but they're usually fairly easy to make.

    EDIT: Here's the PAR code to let you float anywhere on the screen (vertical position). You only need one code because your character can float anywhere left or right by pressing the directional pad. You'll just need to figure out the vertical position you want for you screen shots.

    FF24FE:xxxx

    xxxx = vertical position.

    Example: In the first level, use this code to float around near the top of the screen: FF24FE:0054

    Note that this code has only been tested with Gens. It probably won't work with Kega Fusion, although the correct code for Fusion is easy to figure out.
    Last edited by Tony H; 04-06-2013, 07:35:20 PM.
    The Code Hut: http://codehut.gshi.org/

    Comment

    Working...
    X