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

[Script] Shinyzer script become crash

sylinuser

Red Everywhere, RE:Verse, RE:Call
  • 120
    Posts
    11
    Years
    • he, him
    • Online now
    Hello, i try using Shinyzer script to make other trainer's pokemon shiny on My Pokemon Fire Red Hack.
    i using this tutorial
    Shiny Pokémon Script Tutorial

    first i'm using it on Route 22, when meet Green / Rival.
    And it works, all rival's pokemon become shiny.
    this is the code :
    '---------------
    #org 0x16836D
    callasm 0x8800991 -----------------------------------------------------------> add callasm shinzer (Free Space 8800990 + 1)
    setvar 0x8003 0x3F06 -------------------------------------------------------> add Setvar 0x8003 just as tutorial said, 0x3f06 for all six pokemon become shiny
    trainerbattle 0x9 0x149 0x2300 0x8800991 0x6800316
    setwarpplace 0x5C 0x9 0x4A 0x1 0x9123
    callstd 0x80
    gotostd 0x16

    Here's the screenshot
    Spoiler:


    And this is script details
    Spoiler:


    But, when i use the code on other trainer (like in viridian forest, it become crash, if i go infront of it.
    but if i go around and talk to that trainer, it can battle and works shiny.

    this is the code

    '---------------
    #org 0x16059F
    callasm 0x8800991 -----------------------------------------------------------> add callasm shinzer (Free Space 8800990 + 1)
    setvar 0x8003 0x3F06 -------------------------------------------------------> add Setvar 0x8003 just as tutorial said, 0x3f06 for all six pokemon become shiny
    trainerbattle 0x0 0x68 0x0 0x81723D4 0x8172402
    msgbox 0x817241F MSG_NORMAL '"Sometimes, you can find stuff on\n..."
    end

    This is the screenshot
    Spoiler:


    Spoiler:


    What did i do wrong?
    Please help
     
    This is original script for Rival on Route 22 :

    '---------------
    #org 0x16836D
    trainerbattle 0x9 0x149 0x0 0x8188959 0x818DE1A
    return

    but, after i add callasm and setvar shiny,
    callasm 0x8800991
    setvar 0x8003 0x3F06, after line trainerbattle (just lik on tutorial youtube)

    it became like this (complie using XSE):

    #org 0x16836D
    callasm 0x8800991 -----------------------------------------------------------> add callasm shinzer (Free Space 8800990 + 1)
    setvar 0x8003 0x3F06 -------------------------------------------------------> add Setvar 0x8003 just as tutorial said, 0x3f06 for all six pokemon become shiny
    trainerbattle 0x9 0x149 0x2300 0x8800991 0x6800316
    setwarpplace 0x5C 0x9 0x4A 0x1 0x9123
    callstd 0x80
    gotostd 0x16

    Did i do wrong?
    is it right, the script change automatically after i click compile?
     
    Okay, as I promised... today I'm proud to present a brand new ASM lesson and brand new tool! I'd like to thank Gamer2020, Link_971 and >Dante< for helping testing the Shinyzer.

    The ASM lesson is for those that want to understand how things actually work. Otherwhise, if you just want a quick shiny, the Shinyzer will do it for you. Download it, load your ROM, find some free space (the Shinyzer will tell you how much exactly) and shinyze your game. Then:

    Hello, i'm tryng using shinyzer for my rom hack.
    But, it make my game crash.

    I used free space 800990, then add 1 become 800991.

    this is the script before (trainer on Route 3)
    Spoiler:


    i add
    callasm 0x800991
    setvar 0x8003 0x3F06
    before trainerbattle line, and the script compile become :

    Spoiler:


    After that, if i meet the trainer, my game become freeze.

    Did i do wrong?
     
    Back
    Top