The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > NeoGBA
Reload this Page Conversation Between NeoGBA and Danny0317

Notices
For all updates, view the main page.

Ad Content
Conversation Between NeoGBA and Danny0317
Showing Visitor Messages 16 to 19 of 19
  1. NeoGBA
    September 19th, 2014 8:17 AM
    NeoGBA
    was it because the script was for EM?
  2. NeoGBA
    September 19th, 2014 8:14 AM
    NeoGBA
    I put the script in, changed the var number to 4090, stepped on the sot and the game froze. What do I do?
  3. Danny0317
    September 17th, 2014 5:55 PM
    Danny0317
    Hey man, it's fine ^__^

    So I'm assuming you mean in a script tile, correct?

    As an example, let's make a script to make the player walk up (I will be using the EM codes, you're gonna have to change that to FR). I'm pretty sure you don't have to set the unknown to three. Okay so anyways, you should make a script like this:

    #dynamic 0x800000
    #org @start
    lock
    applymovement 0xFF @moveup
    waitmovement 0x0
    setvar 0x(your var) (a value that is NOT the same one as the one in the script tile)
    release
    end

    #org @moveup
    #raw 0x09
    #raw 0xFE //That NEEDS to be there

    Now, for example, I'll use var 0x4090 (you use whatever var is safe XD)
    In a map, in the script tile, set the value to 0 and the var to 4090.

    Now my script will be like this:

    #dynamic 0x800000
    #org @start
    lock
    applymovement 0xFF @moveup
    waitmovement 0x0
    setvar 0x4090 0x1
    release
    end

    #org @moveup
    #raw 0x09
    #raw 0xFE
  4. NeoGBA
    September 17th, 2014 5:46 PM
    NeoGBA
    ok, this may be annoying because you probably get questions like this a lot, but I cannot get the applymovement command to work in a FR rom. I have tried setting the unknowns to 3, and changing the var number and value, but I have no luck. Do you have any advice?

All times are GMT -8. The time now is 8:54 AM.