leyn09
Truant Trainer
- 84
- Posts
- 14
- Years
- Philippines
- Seen Sep 22, 2016
Is there anyone knowledgeable on how to use specials of the Fire Red Hacked Engine? the script below uses special 0x62 (erase party special) and 0x6 (pokemon decrypt special)
#org @start
special 0x9f > this opens the pokemon selection screen
special 0x6 > decrpyts selected pokemon to RAM
setvar 0x8004 0xf > select whole party
special 0x62 > deletes whole party
setvar 0x8004 0x0 > sets the var to zero
special 0x6 > encrypts the pokemon to slot 0
release
end
I tried it ingame and I was directed to the pokemon selection screen, it was already empty and I can't select anything. (I've had 3 pokemon before that). I don't know where I was mistaken, I think there's something to do with my ram?
Help's appreciated. Thanks!
#org @start
special 0x9f > this opens the pokemon selection screen
special 0x6 > decrpyts selected pokemon to RAM
setvar 0x8004 0xf > select whole party
special 0x62 > deletes whole party
setvar 0x8004 0x0 > sets the var to zero
special 0x6 > encrypts the pokemon to slot 0
release
end
I tried it ingame and I was directed to the pokemon selection screen, it was already empty and I can't select anything. (I've had 3 pokemon before that). I don't know where I was mistaken, I think there's something to do with my ram?
Help's appreciated. Thanks!