• 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 3mpty

  1. 3mpty

    [EM] Battle Engine Upgrade (On Halt, Will undergo reboot!)

    Rollout's animation seems glitchy when in a double battle and an NPC uses it. The wrong pokemon move around. If you level up after rollout is used, the game freezes. Doesn't occur in 1v1. EDIT: I'm going to add these as issues on the repo, and anything else I find I'll make issues there...
  2. 3mpty

    [EM] Battle Engine Upgrade (On Halt, Will undergo reboot!)

    Sticky web doesn't proc if the player swaps pokemon via 'shift'
  3. 3mpty

    [EM] Battle Engine Upgrade (On Halt, Will undergo reboot!)

    I noticed there's more than one AI, how do I switch between them or implement my own scripts? Using gen3tools there's an AI value here: Is this what I'm looking for? I notice there's only 5 AI scripts actually written, is that all that's used by default? EDIT: And wild pokemon, do you...
  4. 3mpty

    [EM] Battle Engine Upgrade (On Halt, Will undergo reboot!)

    Is there any documentation on how your AI behaves? Or should I just go through the scripts?
  5. 3mpty

    [EM] Battle Engine Upgrade (On Halt, Will undergo reboot!)

    Flame burst's splash damage always hits the left opponent (if you target the left opponent they take initial damage, then take the flame burst splash)
  6. 3mpty

    Tool: G3T - Gen 3 Tools

    ~snip~ EDIT: Disregard, I broke a config file yesterday and didn't notice til now.
  7. 3mpty

    Code: ASM Resource Thread

    Update3: Well I did it! I have disabled all level based stat scaling from my emerald cart, now only EVs and IVs affect your pokemon's stats. Super friggin cool! To do so is relatively simple, we're just hijacking the point in the code where it pulls the pokemons level, then replacing it with...
  8. 3mpty

    Code: ASM Resource Thread

    Update: I managed to get FBI's script for forcing a party to a certain level working on Emerald: Here it is for anyone who needs it, but it's not really what I needed. As I suspected playing with level of the team messes up levelling beyond repair, so this approach isn't viable. I'm not happy...
  9. 3mpty

    Code: ASM Resource Thread

    I'm completely hopeless with assembly so if anyone could lend me a hand I'd be super greatful. The main feature I'm looking for is turning trainer battles into flat battles, IE levelling up has no effect on stats. (EVs and IVs are fine though) 1) Make the players party level 100 the whole...
  10. 3mpty

    Forcing flat battles for every encounter

    Forcing all mons to level 50 (or some other arbitrary level) at the start of each battle, so stats are balanced across the board (like in PvP or battle tower)
  11. 3mpty

    Forcing flat battles for every encounter

    I think a really interesting way to balance the game and prevent grind would be to force flat battles, and I'm interesting in trying out romhacking so I think it could be a neat place to start, but I kinda wanna know if it's even possible before I dedicate days to hacking it together, so...
Back
Top