• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Pokeemerald help with compiling

winnipeginstinct

Some random guy on the internet
  • 3
    Posts
    6
    Years
    I'm getting errors when trying to compile the code. The only changes I've made are map changes in Porymap, Installing Dizzyeggs battle + pokedex updates, and the map code for prof birches lab

    The errors I'm getting are here
    Spoiler:


    and my code is here

    Spoiler:


    any help is greatly appreciated!
     
    The errors I'm getting are here
    Spoiler:
    You forgot to install agbcc on your project's folder.

    Also, every single script label under LittlerootTown_Lab_Mapscripts is missing a colon. Double colon for scripts that you may have assigned to an event object through Porymap or by editing a map's map.json file.

    Also also, in DoYouPick you forgot to add a closing quotation mark.
    .string "Do you want {STR_VAR_1}\l -> .string "Do you want {STR_VAR_1}\l".
     
    Last edited:
    Back
    Top