• 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!
  • 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] FireRed (CFRU) freezes when attempting to run script after walking one step

  • 1
    Posts
    2
    Years
    • Seen Apr 18, 2023
    I'm trying to run a script after a certain number of steps. I followed the CFRU documentation for the "Walking Specials" part. However, the game always freezes when I try to use Loadpointer and Special 0x81 to run a script every step taken. Intrestingly, the game music continues playing, but the visuals in the screen are completely halted. This happens even when copy-pasting the exact code in the document.
    Code Written:
    Code:
    #dynamic 0x800000
    
    #org @start
    Loadpointer 0x0 @WalkingMsg
    Special 0x81
    release
    end
    
    #org @WalkingMsg
    Msgbox @msg 0x6
    end
    
    #org @msg
    = This msgbox will play every single step
    Did I set up my CFRU wrong, mess up the code, or is it something wrong with CRFU iteself?
    Below is a screenshot of the document that I followed from
     

    Attachments

    • [PokeCommunity.com] FireRed (CFRU) freezes when attempting to run script after walking one step
      Capture8354.PNG
      17 KB · Views: 2
    Back
    Top