• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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] PROBLEM: created Trainer does NOT talk (adv.map,xse-edit))

  • 1
    Posts
    10
    Years
    • Seen Mar 1, 2015
    Hello guys im new at HACK POKEMON, and I learned much things from this website about hacking pokemon, how to use scripts, etc. so thanks to all of you

    BUT after I learned everything I loaded the FireRed ROM and wrote the basic talking script (0x6) to Extreme Script Editor (XSE) with everything correctly, then I put the code (which I took from the FreeSpaceFinder) into ADVANCE MAP, everything seemed to be correctly..

    THEN I opened my Game and went to my new created Person and clicked the button A... The guy looked at me (so 'lock' and 'faceplayer' worked). BUT... HE DİD NOT SPEAK.

    I tried it many times, watched dozents of YouTube Tutorials, did everything correctly, but He still doesnt want to talk back.... although I wrote my scripts correctly

    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    msgbox @Hi 0x6
    release
    end

    #org @Hi
    = Hi, whats up guys?

    MY WORK PROGRESS:
    1) open FreeSpaceFinder - load ROM - find the free space (Needed bytes: 256, Search İntervall: 256)
    2) open XSE-Editor - load ROM - write the basic talking script beginning with #dynamic 0x(code from freespacefinder)
    3) compile -> copy @start line
    4) open Advance Map - load ROM - open PALLET TOWN
    5) go to EVENTs - increase player events from 3 to 4.
    6) Put the new created Character somewhere
    7) Paste the Copied code from XSE-Editor to Script Offset, like this: 0071A400
    8) Save
    9) Open the Game

    Please can someone help me out?

     
    Last edited:
    Ive been through this problem it is your offset. You need to open Free space finder and enter this: needed bytes: 250 search interval: 16 then click offset and put 800000 click search copy the new number and replace it with the offset next to #dynamic. Then go to adv.map and change the events to 1 more and then go to script offset leave the first two zeros and copy the offset from free space finder to the last 6 number spaces now click open script and copy the things you wrote from the other script to the one advanced map opened now click debug everything should be fine now close debuger. now click compile close XSE save if u want and then save your ROM on adv map and Done! hope this helped
     
    Hello guys im new at HACK POKEMON, and I learned much things from this website about hacking pokemon, how to use scripts, etc. so thanks to all of you

    BUT after I learned everything I loaded the FireRed ROM and wrote the basic talking script (0x6) to Extreme Script Editor (XSE) with everything correctly, then I put the code (which I took from the FreeSpaceFinder) into ADVANCE MAP, everything seemed to be correctly..

    THEN I opened my Game and went to my new created Person and clicked the button A... The guy looked at me (so 'lock' and 'faceplayer' worked). BUT... HE DİD NOT SPEAK.

    I tried it many times, watched dozents of YouTube Tutorials, did everything correctly, but He still doesnt want to talk back.... although I wrote my scripts correctly

    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    msgbox @Hi 0x6
    release
    end

    #org @Hi
    = Hi, whats up guys?

    MY WORK PROGRESS:
    1) open FreeSpaceFinder - load ROM - find the free space (Needed bytes: 256, Search İntervall: 256)
    2) open XSE-Editor - load ROM - write the basic talking script beginning with #dynamic 0x(code from freespacefinder)
    3) compile -> copy @start line
    4) open Advance Map - load ROM - open PALLET TOWN
    5) go to EVENTs - increase player events from 3 to 4.
    6) Put the new created Character somewhere
    7) Paste the Copied code from XSE-Editor to Script Offset, like this: 0071A400
    8) Save
    9) Open the Game

    Please can someone help me out?


    What A-map are you using? A-map 1.95 is pretty buggy, so use A-map 1.92 instead ^^
    What XSE are you using? Better make sure you're using XSE version 1.1.1 ^^ So, I don't see any problems with yer script though. So, it's only on the tools you're using. Make sure you use those and see if that works.
     
    Back
    Top