• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Gold hack: Pokemon: Bright Gold

Status
Not open for further replies.

BigSteve

Pokemon Bright Gold
490
Posts
16
Years
  • Oh ok need any ideas for the other legendaries.

    Articuno is in a simplified version of seafoam islands in an icey cave, ill post a mapshot later
    Moltres is ontop of Cinnabar Volcano, accessable by a cave i added to the Cinabbar map (mapshot coming with the icey one)
    Zapdos will be in the mountains near the powerplant (it's left due to the renovations but still absorbs electrical power from it?)
    i think i'll make some kind of event trigger Celebi at the forest shrine (16 badges?)
    Mew is still an uncertainty, its been suggested that it goes in Mt Silver after RED, a possibility but Mew and Celebi are last on the to do list
    Mewtwo is getting his home back - Unknown dungeon (in Cerulean)


    anybody know an evolution editing guide for a hex editor? i dont fancy being forced to give credit to HFD for the use of its CRAP editor.
    thanks :)
     

    IIMarckus

    J946@5488AA97464
    402
    Posts
    16
    Years
    • Seen Feb 21, 2024
    0427BD starts a list of two-byte pointers to evolutions in Gold. They're in order of Dex number: first leads to Bulbasaur, second leads to Ivysaur, etc.

    Let's follow Bulbasaur's pointer, B369. That leads to 0429B3.

    01100200

    The first byte is the control code for evolutions, and defines the structure that follows.
    01: Evolves by level. 01 [level] [Pokemon]
    02: Evolves by stone. 02 [item] [Pokemon]
    03: Evolves by trade. 03 [item] [Pokemon]
    04: Evolves by happiness. 04 [time] [Pokemon] 05: Evolves by stat at a certain level. 05 [level] [stat] [Pokemon] [level] can be any level [Pokemon] can be any Pokemon [item] can be any stone in a stone evolution. I haven't tried any other items, so I dunno if that would work [item] can be any item in a trade evolution [time] can be 01 (anytime), 02 (morn/day), 03 (nite) [stat] can be 01 (Atk > Def), 02 (Atk < Def), 03 (Atk == Def) The [b]last[/b] evolution of a Pokemon is followed by a 00. Thus, 01100200 translates into "evolve by level into Ivysaur, at level 16. No other evolutions." If this isn't a perfect explanation, try looking up examples of the evolutions: Gloom (multi-evo, stone) Machoke (trade) Kingdra (trade with item) Chansey (happiness) Eevee (multi-evo, stone, happiness by time) Tyrogue (multi-evo, stat)[/time]
     
    230
    Posts
    16
    Years
    • Seen Dec 30, 2015
    Fun fun =)

    That idea sounds fair, it's similar to finding Suicune a few times in Crystal before fighting it
     

    IIMarckus

    J946@5488AA97464
    402
    Posts
    16
    Years
    • Seen Feb 21, 2024
    how do i get the code for my banner to appear in a code box so people can get it for their sig?
    and how do i do the transparency thing?
    [code]stuff goes here[/code]

    Not sure what you mean by transparency. You mean in the image?
     

    IIMarckus

    J946@5488AA97464
    402
    Posts
    16
    Years
    • Seen Feb 21, 2024
    Code:
    [URL="https://www.pokecommunity.com/showthread.php?t=137410"][IMG]https://img136.imageshack.us/img136/1151/2me47pskk1.png[/IMG][/URL]

    To add transparency in an image is a function found in any good image editor. I use the GIMP for that sort of thing.

    EDIT: in the middle of editing, hang on

    [URL="https://www.pokecommunity.com/showthread.php?t=137410"][IMG]https://img136.imageshack.us/img136/1151/2me47pskk1.png[/IMG][/URL]
     
    Last edited:

    BigSteve

    Pokemon Bright Gold
    490
    Posts
    16
    Years
  • Code:
    [URL="https://www.pokecommunity.com/showthread.php?t=137410"][IMG]https://img136.imageshack.us/img136/1151/2me47pskk1.png[/IMG][/URL]
    To add transparency in an image is a function found in any good image editor. I use the GIMP for that sort of thing.

    see: in your code box it just has the banner pic with the hyperlink. i want it so theres the actual code :)
     
    230
    Posts
    16
    Years
    • Seen Dec 30, 2015
    [URL*="https://www.pokecommunity.com/showthread.php?t=137410"][IMG*]https://img136.imageshack.us/img136/1151/2me47pskk1.png[/*IMG][/*URL]

    Simply remove the *s. Best I could do
     

    BigSteve

    Pokemon Bright Gold
    490
    Posts
    16
    Years
  • thanks guys
    Zapdos' map is currently in the works :)
    and before i script Lawrence III's attempts at capturing the birds ill check the movie :P

    p.s. if you like the hack, give me rep and click the pokemon in my sig to lvl it :)
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top