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

  1. Wiserospray

    [Battle✓] help with trainers using the wrong Pokemon

    You may have to repoint the data. The current area where these trainers are stored is probably just enough for the current pokemon. So, if the new pokemon has an extra digit, the new number will either be cut off or overwrite other existing data. What tool are you using? It should give you the...
  2. Wiserospray

    [Map] Setmaptile partially working

    Someone would have to see your code to know for sure, but it might be one of these issues. - Tile is set to a different elevation from where you enter - The flag 0x228 might be used somewhere else in your rom that toggles the even off - Certain tiles have special properties outside of initial...
  3. Wiserospray

    [ASM & Hex] Adding extra daycare slot in Emerald

    Hello! I am looking to add another daycare-type slot into my Emerald rom hack. Is there a way to copy one of the current slots coding and paste it over?
  4. Wiserospray

    [Script✓] Running Shoes script in Emerald not working

    How are you implementing the script? It could just not be running properly due to some reason or another.
  5. Wiserospray

    [Script] What's your testing process for scripting?

    So there's not a cleaner way to do it? I would have least thought someone would have a method where they could work off the same rom file if they were careful. Who'd a thunk it 😵
  6. Wiserospray

    [Script] 2 Pokeballs at Prof Oak's Desk when there is normally one.

    Pokeballs are usually Person sprites in the game. To make them disappear you usually need to clear a flag or var that it is attached to. Do you have a flag/var associated with the pokeball? If so, does your scripting clear the flag after you and your rival pick your starters?
  7. Wiserospray

    [Script] What's your testing process for scripting?

    Hi Guy! Just wondering what everyone's routine for scripting is. I usually make my map changes in AdvancedMap, then back up my rom before going through this cycle: Write my code Compile into rom insert pointers via AdvancedMap Run rom file Repeat After a while of testing I will implement my...
  8. Wiserospray

    [Script] getting script tiles to work

    You have a couple of arguements that are not in hex format. That might be your issue.
  9. Wiserospray

    [Script✓] Rematch a trainer multiple times

    Thanks! I completely forgot about resetting a trainer flag.
  10. Wiserospray

    [Script✓] Rematch a trainer multiple times

    Hello, I am trying to create a battle club in Pokemon Fire Red. This would include the player being able to rematch a trainer multiple times. But, when I try to initiate my code I am only able to battle the trainer once or twice. A part of my code that uses trainer battles is below. I...
  11. Wiserospray

    [Script✓] NEED HELP WITH SCRIPT PLS [FR]

    From reading your script it seems that as long as you have the key, the script essentially does nothing. Were you planning on removing the item after the script runs?
Back
Top