• 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] Need help with battle frontier script

  • 15
    Posts
    4
    Years
    • Seen Nov 11, 2020
    This is my first time scripting something like this and I'm lost. I'm using CFRU and wanted to try the battle frontier.
    Code:
    '---------------
    #org 0x800000
    special 0x27
    special 0xF5
    waitstate
    special 0x28
    special 0x23
    waitstate
    special 0x73
    special 0x52
    special 0x53
    
    #define 0x5028 0x4080
    
    setvar 0x8000 0
    setvar 0x8001 0
    special2 0x5028 0x52 
    setvar 0x8000 0
    setvar 0x8001 0
    special 0x53
    callstd MSG_NORMAL



    What happens is that there's text from presumably a frontier trainer and then nothing happens.
     
    Last edited:
    Back
    Top