• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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