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

  1. Khari

    Editing Weather Graphics/Animation

    Thanks, based Maruno
  2. Khari

    Editing Weather Graphics/Animation

    I want to edit the way the weather animation is generated, along with the graphic each weather type uses for both the overworld and battle sequences. Could someone point me in the right direction?
  3. Khari

    Changing a Species Permanently Mid-Battle

    Yep, fixed it. Thanks for your help
  4. Khari

    Changing a Species Permanently Mid-Battle

    I'm working on a script that checks if the player's pokémon is of a substantial level to evolve, at high friendship, or holding an evolutionary stone when it level up in battle. The pokémon needs to be of a substantial friendship level for this check to occur regardless of evolution method...
  5. Khari

    Resetting (or even closing) the game after the E4?

    the function "exit" closes the game window
  6. Khari

    Changing a Pokemon's Ability based on Gender

    It probably has to do with the way you receive or generate the pokémon to test whether it works. Try catching it in the wild, putting it in your party through Debug, and letting an NPC give it to you.
  7. Khari

    Changing a Pokemon's Ability based on Gender

    Meowstic is already programmed to determine ability based on gender. Try copying that code, replacing species name, ability, etc. MultipleForms.register(:GALLIAN,{ "ability"=>proc{|pokemon| next if pokemon.gender==0 # Male Gallian if pokemon.abilityflag &&...
  8. Khari

    Music changes according to time of day?

    AND THERE WAS THE PROBLEM! I had made the mistake of entering "else if" instead of "elsif", which works entirely different in Ruby than many other languages. Thank you kind sir and good work!
  9. Khari

    Music changes according to time of day?

    Alright, After a long series of trial and error, I managed to develop a far more expanded and specific code that will allow for Morning and Afternoon conditions to be checked. Every other method I used resulted in a Syntax Error, but this one should be totally safe for all versions of...
  10. Khari

    Music changes according to time of day?

    I tried this and got a similar error. why do you think this is?
  11. Khari

    Music changes according to time of day?

    I know, but the problem is not that simple. I found the checks for morning and afternoon and attempted: def autoplayAsCue if @map.autoplay_bgm if PBDayNight.isNight?(pbGetTimeNow) && FileTest.audio_exist?("Audio/BGM/"+ @map.bgm.name+ "n")...
  12. Khari

    Music changes according to time of day?

    I want to add conditions for morning and afternoon. How would I do this without incurring a Syntax Error in Game_Map?
  13. Khari

    Can you create a download link to a patched. nds version of darkviolet? ups doesn't work.

    Can you create a download link to a patched. nds version of darkviolet? ups doesn't work.
  14. Khari

    Research: Looping .SSEQ files is possible! However, offsets may set you off...

    BW sound fonts In Black and White, all of the sseq files have their own sound bank and sound fonts. for example, a .sseq may have 5 sound fonts 00--piano 03--vib or piano 36--some harp 56--trumpet 80--drumkit bank 80 is always a drumkit with a single exception
  15. Khari

    Research: Seasons in Fire Red

    genIV it's time it was made for gen IV
Back
Top