• 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] Pokeemerald help with compiling

winnipeginstinct

Some random guy on the internet
  • 3
    Posts
    5
    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!
     

    Lunos

    Random Uruguayan User
  • 3,118
    Posts
    15
    Years
    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