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

[Graphics] GRaphics & ASM Show image at map entrance with level script

Shogun

I'll be back
  • 527
    Posts
    11
    Years
    Hi !
    I've been used this wonderful asm hack https://whackahack.com/foro/threads/lvl-script-mostrar-pantala-de-entrada-en-la-map.65950/ (in spanish)
    This asm allows us to show an image, for example a fullscreen image when you arrive in a map.
    The script :
    '---------------
    #org 0xF68B00
    setvar 0x40F2 0x2 // the var here is set to a number in my table of graphics
    callasm 0x8F68C01 //it calls the asm to show the image
    pause 0x500 //duration
    callasm 0x8F68C61 // Similar to the other ASM
    end

    If I affect this script to an NPC it works fine !
    But if I affect it to the lvl script section in A-MAP header, It happens nothing. (I've set it to lvl script type 3)
    What's wrong in my program ?

    Thanks
     
    Back
    Top