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

  1. A

    [Released] Pokémon Worlds Collide First Demo

    Added a decrypted link for anyone having performance issues.
  2. A

    [Released] Pokémon Worlds Collide First Demo

    Thanks for the great feedback!
  3. A

    [Released] Pokémon Worlds Collide First Demo

    Had to make it to make the game more challenging while also making sense story wise
  4. A

    [Released] Pokémon Worlds Collide First Demo

    Glad you liked it, thanks!
  5. A

    [Released] Pokémon Worlds Collide First Demo

    The Project: I started working on this game around 2017 or 2018 I can't remember exactly after watching Thundaga's (awesome guy btw!) tutorials and getting the inspiration. I had a big project in mind because I had a lot of free time back then, first I thought about just taking a Fire Red copy...
  6. A

    [Other Question] Full screen size

    Hi, I noticed that my project's full screen size is smaller than other games like shown in the pictures. I'm using Pokemon Sevii Islands, Alabaster and Empyrean as examples assuming these games use essentials 17.2 like my project. I haven't modified any settings regarding screen resolution in...
  7. A

    [Scripting Question] Creating a Special Defense Variant of Psyshock

    This is how it worked for me: Right in PokeBattle_Move under # TODO: Wonder Room should apply around here applysandstorm=false I did this where 178 is the number of the new move in your case it should be 0xD0D: if type>=0 && (pbIsSpecial?(type) || @function==0x178) &&...
  8. A

    [Scripting Question] Changing moveset mid battle

    I managed to make it work, here's how I did it: Storing and resetting the moves worked fine however the only issue is that it won't update at the fight menu when choosing the command, it'll still show the old moves before changing the form, but when I check the summary menu it shows the correct...
  9. A

    [Eventing Question] How to branch from a choice to a battle.

    Hi, here's how to do it: First choose insert text to enter your dialogue, then add show choices and enter your choices and and finally put the battle event under the right choice. Your event should look like this: There are trainer events in route 3 that you can copy and change to set up...
  10. A

    [Scripting Question] Changing moveset mid battle

    Here's what I tried, I put this in PokeBattle_Battler: and this when the Pokemon revert back to it's original form in pbResetForm: Still nothing changed I have the exact same problems unfortunately, I also tried putting the script in Pokemon_Form but it didn't work. I tried many things for the...
  11. A

    [Scripting Question] Changing moveset mid battle

    Hi, I made a Pokemon that changes forms depending on a certain weather like Castform. I want to make it change its moveset when the form is changed mid battle and then revert back to the moveset it had previously when it's back to the original form. So far here's what I have done: Changes the...
  12. A

    Report bugs and errors in unmodified Essentials version 21

    I don't know about your problem, however this thread is for unmodified Essentials only as far as I know. Maybe you should make a separate thread if you already changed things in your Pokemon Essentials.
Back
Top