• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist 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] 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