• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Script] Help with generating a random team with CFRU

  • 15
    Posts
    4
    Years
    • Seen Nov 11, 2020
    I tried using this code to generate a random team but the game freezes when I talk to the NPC

    Code:
    '---------------
    #org 0x16622B
    lock
    faceplayer
    #define FLAG_BATTLE_FACILITY 0x930
    setflag 0x930
    #define VAR_BATTLE_FACILITY_POKE_LEVEL 0x5016
    setvar 0x5016 50
    special 0x67
    release
    end
     
    Back
    Top