• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Karooku

  1. K

    [Other] [pokeyellow] How do I make FAST the default text speed?

    Thanks so much for your help again Lost! My main problem was I was looking hours for it in the wrong place (engine/menu/options.asm)... changing stuff with trial and error getting nothing but errors and glitches. Thanks for pointing me in the right direction and showing me what to do! :)
  2. K

    [Other] [pokeyellow] How do I make FAST the default text speed?

    Instead of having it set to MID as the default.
  3. K

    [Other] How to add more priority attacks in Gen 1?

    Thanks for the help Lost, although your code had a error, it gave me an idea of how to do it. In your code you wrote if I did not use Quick Attack then I did not use a priority move and jump straight to .playerDidNotUsePriority so Swift would fail to gain priority. ld a...
  4. K

    [Other] How to add more priority attacks in Gen 1?

    I'm currently editing with pokered and thought creating priority moves will be as easy as going into data\moves.asm and giving other moves the same effect as Quick Attack, but Quick Attack has no addition effect, instead its programming is found in engine\battle\core.asm lines 460 to 470 and I'm...
  5. K

    [Other✓] Pokemon Blue: How to disable shift option?

    Thank you Crystal_ you have saved me hours of frustration!
  6. K

    [Other✓] Pokemon Blue: How to disable shift option?

    Basically I want to make a difficult Gen 1 hack, I know how to hex edit as I have already changed type match ups and level up moves in the game. Now I want to make it so that the player can only battle in set style, (not switching before the opponent does so switching pokemon in battle will cost...
Back
Top