• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. komeiji514

    Resource Raid Battles [DBK Add-On] [v21.1]

    The last piece of DBK is here!
  2. komeiji514

    Resource Ghasty_001's animated sprites

    Clodsire's sprite is not animated in BACK folder.
  3. komeiji514

    Resource Deluxe Battle Kit [v21.1]

    Report: in def hasBossImmunity?, !immunities.is_a?(:Array) should be !immunities.is_a?(Array).
  4. komeiji514

    Resource Deluxe Battle Kit [v21.1]

    the line @mosaicChange = true if defined?(@mosaicChange) in pbSimpleFormChange. And if defined?(@vanished) part in pbFaint method.
  5. komeiji514

    Resource Deluxe Battle Kit [v21.1]

    I found that some codes related to Animated Pokemon System are still not updated properly.
  6. komeiji514

    v21.1 Radical Red Ability Pack - v1.2.2

    Fixed Phoenix Down doesn't work.
  7. komeiji514

    Resource Radical Red Ability Pack

    komeiji514 updated Radical Red Ability Pack with a new update entry: v1.2.2 Read the rest of this update entry...
  8. komeiji514

    v21.1 Radical Red Ability Pack - v1.2.1

    Fixed a crash with Bad Company Ability.
  9. komeiji514

    Resource Radical Red Ability Pack

    komeiji514 updated Radical Red Ability Pack with a new update entry: v1.2.1 Read the rest of this update entry...
  10. komeiji514

    v21.1 Radical Red Ability Pack - v1.2.0

    It's back now with a lot of fixes mostly for compatibility issues. Be sure to delete the original one if you have installed.
  11. komeiji514

    Resource Radical Red Ability Pack

    komeiji514 updated Radical Red Ability Pack with a new update entry: v1.2.0 Read the rest of this update entry...
  12. komeiji514

    Resource HGSS Trainer Card Scene

    https://eeveeexpo.com/resources/1474/
  13. komeiji514

    Resource Dynamic Generation Mechanics

    Where is download link? I can't find it.
  14. komeiji514

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Seems that codes for speed calc and weight calc are handled incorrectly. They should be like this. def self.triggerSpeedCalc(ability, battler, mult) mult=1.0 for i in battler.abilityMutationList $aamName=GameData::Ability.get(i).name mult = trigger(SpeedCalc, i, battler...
  15. komeiji514

    Resource PokéDex Silhouettes

    maybe you have Animated Pokemon System. Find def setIconBitmap(species) and modify them.
  16. komeiji514

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    A strange thing about AI. Seems that AI doesn't think Chilly Reception would fail under Primordial weather or Hail weather.
  17. komeiji514

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Easy Fix. Add (user, target) after paldea_pbEffectAgainstTarget.
  18. komeiji514

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Found a problem with Genesect's sprites. Sprites of Genesect with burn drive(form 2) and douse drive(form 4) are opposite in all sprites.
  19. komeiji514

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    A remaining problem. Silk Trap is not reset end of round. Add battler.effects[PBEffects::SilkTrap] = false to def pbEndOfRoundPhase.
Back
Top