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

[Other✓] a-map 1.92 expanded rom support(fixed(sort of))

rubenturen

Also Known as: Canned Brain
51
Posts
5
Years
  • is there a version of advance map 1.92 that supports above byte ffffff.

    i know about 1.95 but i heard that its really buggy and can currupt your rom.

    pls help.

    thx.
     
    Last edited:
    222
    Posts
    6
    Years
    • Seen Nov 18, 2023
    is there a version of advance map 1.92 that supports above byte ffffff.

    i know about 1.95 but i heard that its really buggy and can currupt your rom.

    pls help.

    thx.

    Most of the claims about 1.95's (in)stability are baseless; it's a myth circulated around the forum for reasons I don't really get. Make occasional backups and you'll be completely fine.
     
    Last edited:

    rubenturen

    Also Known as: Canned Brain
    51
    Posts
    5
    Years
  • Most of the claims about 1.95's (in)stability are baseless; it's a myth circulated around the forum for reasons I don't really get. Make occasional backups and you'll be completely fine.


    But on the download page it even says that it's unstable.
     

    rubenturen

    Also Known as: Canned Brain
    51
    Posts
    5
    Years
  • Most of the claims about 1.95's (in)stability are baseless; it's a myth circulated around the forum for reasons I don't really get. Make occasional backups and you'll be completely fine.


    I figurerd a fix out.
    instead of downloading a-map 1.95
    I just did this

    I made a script(just whatever script you Want)

    Example

    #freespace 0xFF
    #dynamic 0x1000000 <——-needs to be a part of the expanded rom
    #org @start
    (The script)
    End

    And Then i made another script(it needs to be like what i write here)

    #freespace 0xFF
    #dynamic 0x500000 <——-needs to be a part of the normal rom
    #org @start
    Goto 0x(offset of the main script)

    Then put the offset of the second one inside of your event tile

    (This Will only do so you Can use scripts above byte ffffff)
     
    Back
    Top