• 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?".
  • Staff applications for our PokéCommunity Daily and Social Media team are now open! Interested in joining staff? Then click here for more info!
  • 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] JPAN Hacked Engine specials are not working

Lance32497

LanceKoijer of Pokemon_Addicts
  • 792
    Posts
    10
    Years
    I applied all specials in Hack tool but it seems that some are not working,
    here's my script:
    #dynamic 0x1000000

    #org @start
    lock
    faceplayer
    checkflag 0x200
    if 0x1 goto @done
    checkflag 0x828
    if 0x0 goto @notyet
    msgbox @1 0x5
    compare 0x800D 0x0
    if 0x0 goto @no
    special 0x9f
    waitstate
    setvar 0x8004 0x0
    special 0x6
    special 0x18
    special2 0x8004 0x18
    compare 0x8004 0x2c2
    if 0x1 goto @nope
    lock
    msgbox @2 0x6
    setflag 0x200
    special 0x6
    release
    end

    #org @notyet
    lock
    msgbox @3 0x6
    release
    end

    #org @no
    lock
    msgbox @4 0x6
    release
    end

    #org @nope
    lock
    msgbox @5 0x6
    special 0x6
    release
    end

    #org @done
    lock
    msgbox @6 0x6
    release
    end

    #org @1
    = I LOVE FENNEKIN!\nI WOULD LIKE TO SEE IT PERSONALLY!\lOH!\lYOU HAVE FENNEKIN?\lMAY I SEE IT?

    #org @2
    = WOW!\nThanks!\lIt's so cute!

    #org @3
    = I LOVE FENNEKIN!\nI WOULD LIKE TO SEE IT PERSONALLY!

    #org @4
    = OH!\nYOU'RE BAD!

    #org @5
    = IT'S NOT A FENNEKIN!

    #org @6
    = FENNEKIN is so cute!\nIf I grow up! I will catch a\lFENNEKIN and travel with it!

    also, the check pokeball
     
    Back
    Top