• 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.

[Script] Need help with battle frontier script

15
Posts
3
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