• 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!
  • Dawn, Gloria, Juliana, or Summer - 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.

Game crashes upon entering a Pokémon Center

Savordez

It's time to end fangames.
  • 101
    Posts
    11
    Years
    This is an odd one. The game seems to crash everytime upon entering a Pokémon Center when the player does something in S.S. Anne, one of the areas in my game.
    Code:
    Exception: ArgumentError
    Message: comparison of String with 6 failed
    Game_Event:164:in `<'
    Game_Event:164:in `nf_particles_game_map_refresh'
    Game_Event:151:in `each'
    Game_Event:151:in `nf_particles_game_map_refresh'
    ParticleEngine:596:in `refresh'
    Game_Event:20:in `nf_particles_game_map_initialize'
    ParticleEngine:591:in `initialize'
    Game_Map:64:in `new'
    Game_Map:64:in `setup'
    Game_Map:63:in `each'

    I guess the error has something to do with the particles? I have no idea what the error means. If you could tell me what's going wrong from the error, I probably could trace down the cause of it.
     
    Yes, I managed to trace down the cause of it. It was an NPC with the script "pbIsWeekday?(6)", if I remember correctly.
     
    Back
    Top