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

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

Shogun

I'll be back
527
Posts
10
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