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

Recent content by Ptyler317

  1. P

    [ASM & Hex] Mirage Island always spawned?

    I figured it out. So i just messed with the map script of route 130 for a bit until I got something that worked. A more experienced person would have done this easily lol but here is the script I made: #org 0x81F7365 '----------------------------------- compare 0x405E 0x4 if >= call 0x81F73B5 '...
  2. P

    [ASM & Hex] Mirage Island always spawned?

    This is wonderful experimentation! I'm currently looking to make this island always visible AFTER a specific flag is set. Let's say, beating wally in Victory Road. That way the player has a place to train their Pokemon against high level Pokemon. Your work has helped me a ton. I think I may be...
  3. P

    Best Possible Team out of these 13 Pokémon?!

    I made a list of my 14 favorite Pokémon, and I’m trying to figure out the best team possible out of them. I know it won’t be the best team in general, but it would just be a team that I could use in-game. Any help would be appreciated! My Pokémon are: Blastoise Gengar Snorlax Dragonite Tyranitar...
  4. P

    [Firered] Choice of any starter from gens 1-3?

    It's possible that this may be easier than it sounds. It might just be the case of copying and pasting current code and then changing the pokemon names to the starters you want. But it also may be way harder lol I don't exactly know everything or even a lot about this stuff.
  5. P

    [Script] My game keeps crashing when I write a script!

    First of all, I really do appreciate the response! The "#org" probably stands for "organize" but i really don't know. As far as i know, it's how every script is started. So each event starts with "#org" followed by the seven string offset number (0x83d7r13 for instance). This is what "titles"...
  6. P

    [Help Needed]Can't find Emerald script commands anywhere.

    So i'm still learning a lot of this scripting language, and I definitely don't feel as though I am well experienced with it. But you raise some good questions. A couple I can answer, and one i've never known but always wondered myself. As i've been learning this scripting language, i've always...
  7. P

    [Script] My game keeps crashing when I write a script!

    I'm hacking Pokemon emerald, and this is a pretty recent issue. I have been hacking this rom for weeks trying to make every pokemon from gen 1-4 all obtainable. I have customized legendary scripts, custom NPC's that give hints, npc's that give pokemon, etc... I have been entering scripts and...
  8. P

    [Firered] Choice of any starter from gens 1-3?

    This is a good idea, and I'd be interested in playing this, but I'm not sure how to implement this. I would study the game you plan on hacking. Maybe look at the script that's already there and what happens when certain Pokemon are chosen. That way, maybe you could find a way to simply extend...
  9. P

    [Map] Advance Map Changes aren’t appearing in game

    At the risk of sounding like a complete noob at this stuff, how do I fix this? If I’m way in over my head with this problem, you can let me know now. I don’t want to ask too much from a complete stranger and have you type out a full tutorial for me. I just want this part of the map to always...
  10. P

    [Map] Advance Map Changes aren’t appearing in game

    Hello, I edited route 111 in Pokémon Emerald, and the map changes aren’t showing up in the game. The event changes are fine, but the map is still the original. I have NPC’s walking through houses in game that aren’t there in Advance Map. Anybody know why this might be happening? My game isn’t...
  11. P

    [Help Needed]Can't find Emerald script commands anywhere.

    I'm trying to make a rom hack (just a simple one), and I'm trying to script an npc to give you an item. I have laid out exactly how I want the script to run, but I don't know the commands to make it do so. The line I'm having trouble with says: checkitem OLDSEAMAP 1 compare LASTRESULT 0x1 if ==...
  12. P

    [Tool] PGE and other tools

    I’m having this same issue, but with PGE. For some reason, my advance map recognizes gen 1-6, but my PGE only recognizes gen 1-3. I don’t know how this happened exactly, but it makes it difficult to edit the game sometimes.
  13. P

    [Repost | R/S/E] How to change starter Pokémon (with a Hex-Editor)

    I know this is an old post but I really need help! I can’t seem to find the 5B1DF8 offset for Pokémon Emerald. I can find a 5B1DF0 offset, but not the —F8 offset. Also, it says that this offset will have 3 2-byte values, which makes sense because hex editors show the values as pairs. But then...
  14. P

    Research: Study on the Special and Special2 commands

    I know I am really late, but I want to edit the roaming legendaries to make them all roam. How would I go about doing that. i'm new to rom hacking, and I have been trying to teach myself because i can't find anything online or anyone to answer questions, but i can't seem to figure out this. I...
  15. P

    PPRE Trainer Script

    I know this is very old, but I was wanting to create a script for a HG hack I'm making, and I don't even know where to begin. I'm doing a test right now to make sure I know what i'm doing before I mess up my current rom. But I placed a mew sprite it my house across the table from the mom, and...
Back
Top