• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

Recent content by Maniac379

  1. M

    Pokémon Stadium 2 Hack (30% done) - Need Help with Crystal hacking

    Yeah you are welcome to take my changes if you want, message me. I'd be interested in how you change any of the other attributes such as attacks. Would be cool to update Stadium 2 to a modern Gen battling system.
  2. M

    Pokémon Stadium 2 Hack (30% done) - Need Help with Crystal hacking

    I don't know how far you have adjusted rental Pokemon. I recently went through and gave Max DVs/IVs (Except for certain Hidden Powers) to all anything goes rental Pokemon. I gave them all Smogon competitive movesets. It turns out you can have more than one of the same Pokemon so I started...
  3. M

    [Other✓] Making a personal Gold version [GBC]

    I just wanted to say in case anyone ever uses this later that my running shoes script above wasn't 100%. I have since debugged it, essentially it's the same as the one posted on skeetendo for better running shoes with only the offset changed from the crystal to gold numbers. Running Shoes w/ B...
  4. M

    [Other✓] Making a personal Gold version [GBC]

    I'd say I could manage it now if you could direct me to something on the matter, I found a decent thread on skeet "[Red] Problem with Physical/Special Routine" but it's for Red not Gold :)
  5. M

    [Other✓] Making a personal Gold version [GBC]

    I'm picturing I can now use these flags to add events to a map without having to rewrite over somebody already in the map. I'll need to change what the flags do I suppose, I'll table this for now. Let me see if I understand this. There are no direct pointers to get to a different ROM bank...
  6. M

    [Other✓] Making a personal Gold version [GBC]

    I was able to change both of the following using gameboy assembly editor and goldfinger :) Shiny Encounter Rate 1/254 -------------------------- offset 0x9052 ld l,c ; 69 ld h,b ; 60 ld a,[hli] ; 2A and a,$CC ; E6 CC cp $CC ; FE CC jr nz,+$09 ; 20 09 ld a,[hl] ; 7E...
  7. M

    [Other✓] Making a personal Gold version [GBC]

    I've gotten that part taken care of! I moved all of the code bytes ahead one by one in each section since I didn't know what the jump code meant. I'm assuming since I changed their appearance flag code to FF I've also just freed up 7 flags I could use down the road if I want to make something...
  8. M

    [Other✓] Making a personal Gold version [GBC]

    Ok now I'm stuck and no my exact question I have the script and hex numbers all spelled out here: #org 0x128E74 '----------------------------------- 6A faceplayer 47 loadfont 31 65 00 checkbit1 0x65 09 A2 4E if true 0x4EA2 ' 0x128EA2 1C 0B 07 checkcode 0xB 02 A2 4E if != 0x2 0x4EA2 ' 0x128EA2...
  9. M

    [Other✓] Making a personal Gold version [GBC]

    You seem like the go-to expert and helpful person on this after all I've found. Your videos have been more helpful to scripting then anything I've read. So for my first script, I want to change the girl on Route 32 that gives you the item but only on Sunday. It says her script location is...
  10. M

    [Other✓] Making a personal Gold version [GBC]

    Thanks for the link, it looks like it will be quite helpful. So most of the tools I have allow me to change things without hex editing. I'm still looking around for everything and eventually I'll forray into straight up hex editing. I'm having trouble with 'tables' though? I have goldfinger...
  11. M

    [Other✓] Making a personal Gold version [GBC]

    Pokemon gold is hands down my favorite and it is the one I replay the most. There's a few things I'd like to change in it though and I've found a lot of tools to make it happen already but some things seem less conventional. I will say I thoroughly enjoyed liquid crystal. What I am wishing to...
Back
Top