• 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.

[polishedcrystal] [SOLVED] Landmark Assertion Failing

35
Posts
2
Years
    • Seen Apr 3, 2024
    Hi! I've added a new map for the Player's Starting Town and made a new Landmark for it, as well as removing all the old stuff related to the original New Bark Town. (Maps, scripts, constants, attributes, includes) Unfortunately, when compiling I receive these two errors concerning the Landmark Data:

    Code:
    error: main.asm(541) -> engine/overworld/landmarks.asm(43) -> data/maps/landmarks.asm(75) -> macros/asserts.asm::assert_table_length(16):
        Assertion failed: Landmarks: expected 66 entries, each 4 bytes
    error: main.asm(541) -> engine/overworld/landmarks.asm(43) -> data/maps/landmarks.asm(154) -> macros/asserts.asm::assert_table_length(16):
        Assertion failed: Landmarks: expected 144 entries, each 4 bytes

    Is there anyone who can help?
    Thanks in advance!
     
    Back
    Top