Recent content by SumRndmDde

  1. S

    Setting specific battleback?

    So I'm trying to set a specific battleback for a specific map. I've gone into the metadata file and changed it so it looks like this: [22] # Gym Three BattleBack=battlebgIndoorB.png However, the battleback appears as just a black screen. I've changing it so it says: BattleBack=battlebgIndoorB...
  2. S

    How to keep HMs and TMs from being tossed?

    Okay, so I changed it to this: if pbIsImportantItem?(item) || pbIsTechnicalMachine?(item) || pbIsHiddenMachine?(item) @scene.pbDisplay(_INTL("That's too important to toss out!")) next end But it still doesn't work? After looking through the code, I've seen that hidden...
  3. S

    How to keep HMs and TMs from being tossed?

    Thanks, that helps a lot.
  4. S

    How to keep HMs and TMs from being tossed?

    Could you tell me which script this is in?
  5. S

    How to keep HMs and TMs from being tossed?

    How can I make it so the player is unable to toss TMs or HMs?
  6. S

    Pokémon Gif Sprites Pause during battles?

    Thank you for answering my question.
  7. S

    Pokémon Gif Sprites Pause during battles?

    To put this as simply as possible, I've replaced some of the Pokémon .png sprites in the "battlers" folder with .gif files. The Pokémon are animated during the battle when the player is deciding what action to take. But when the Pokémon are attacking, being withdrawn or thrown out, or using an...
  8. S

    How to Reposition All Pokémon Sprites

    Thank you so much! :) This was just what I was looking for.
  9. S

    How to Reposition All Pokémon Sprites

    Hello. All of my Pokémon sprites are appearing lower down than they should be. Is there anything I can change in the scripts or PBS files that can reposition everything up some pixels?
  10. S

    Reusing Move Animations

    I wasn't asking how do I make animations; I was asking how do I make it so that moves without animations use the animations from other moves. I would prefer to use a method which does not use the lag-infested Editor, but I can understand if there is no other way. Pretty much I'm asking if there...
  11. S

    Creating New Evolution Stones?

    Thanks, I hadn't edited the PokemonItems script by adding my stone. Thank you for the help!
  12. S

    Creating New Evolution Stones?

    Hello, I've run into a problem when creating a new evolution stone I called the "Frost Stone." I took all the settings from the Fire Stone and used them to make it a new item. The only difference between the Fire Stone and my Frost Stone is their names. However, when I test them in my game, the...
  13. S

    Reusing Move Animations

    I don't like the default animations that moves without animations have. I have been trying to take other animations from other moves and putting them on ones without animations. For example, I want the animation for Psychic to be used on Psywave. Can someone tell me how to do this?
  14. S

    6th Gen Omega Ruby & Alpha Sapphire Speculation Contest

    Who will be the protagonists? The same as the original games, Brendan and May What role will Wally play? Same as before, minor rival What roles do you think Juan, Wallace, and Steven will fill? Exact same as they did in the originals Will there be any other League-related changes? I doubt it; no...
  15. S

    VGC Team for Mega Gardevoir

    Here's the thing, I LOVE Mega Gardevoir. Especially her Mega Shiny form is amazing. I want to make an amazing VGC team using Gardevoir as the centerpiece. Usually, I do well with making good teams, but this time I'm at a loss. I'm looking for suggestions on three things: - A good offensive...
Back
Top