• 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!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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✓] Seagallop Animation

Scarlet D.

The Eternal
  • 66
    Posts
    9
    Years
    Hello there, i've been trying to make a script that gets you to cinnabar island from Route 19 via seagallop ship recently. I've tried to use the "special 0x17B" in XSE in order to view the seagallop animation but it seems special 0x17B not only views the animation BUT it wraps you to vermilion city too (i can't go to cinnabar even with warp). Is there some other way to just show the seagallop animation without activating the Warp to viridian?
     
    Hello there, i've been trying to make a script that gets you to cinnabar island from Route 19 via seagallop ship recently. I've tried to use the "special 0x17B" in XSE in order to view the seagallop animation but it seems special 0x17B not only views the animation BUT it wraps you to vermilion city too (i can't go to cinnabar even with warp). Is there some other way to just show the seagallop animation without activating the Warp to viridian?

    You can make changes so that the special command warps you to Cinnabar Island instead.

    There's a list of the maps and coordinates the command warps to here so you can edit them to warp to any place you want with a hex editor. You can use the special command like this:

    setvar 0x8006 0x[place where you want to go]
    setvar 0x8004 0x[0 for right, 1 for left]
    special 0x17B

    Variable 8006's default value is 0, which is why when you call the command you get to Vermillion City as it's the first location in the list at 0x46AEFC. By setting the variable's value to 1, you can get to the next warp, and so on.
     
    I WANT A SCRIPT WITH SEAGALLOP ANIMATION GOING FROM PEWTER CITY TO ROUTE 23 .CAN YOU PLEASE EXPLAIN HOW TO DO CAUSE I DONT KNOW CODIND
     
    Back
    Top