Recent content by astro02

  1. A

    Code: Mega Evolutions and Primal Reversion

    whit afvance text i want to change the text whrn megaevolve "pokemon's item is reating to player 'item"
  2. A

    Code: Mega Evolutions and Primal Reversion

    i think it is a bug change offset in linker.lsc and in insert.py to point your new location Can i change the image whic apperar on mega evolved pokemon? advance text give me error no pointer found
  3. A

    Code: Mega Evolutions and Primal Reversion

    you need to change the var in configure.h because var 4001 is Temporary/disposable variable. you nedd to change to a safe var which is between 4011 - 40FF example #define KEYSTONE_PLAYER_VAR 0x4011 /* Variable that holds item index for player keystone */ #define KEYSTONE_OPPONENT_VAR 0x4012 /*...
  4. A

    Code: Mega Evolutions and Primal Reversion

    how change message when mega evolving i want this on my language
  5. A

    Code: Mega Evolutions and Primal Reversion

    try --offset 0xA00000
  6. A

    FireRed hack: Unnamed FireRed 721 Project

    to change form you can use a part of jpan engine for changin pokemon species,this is the best for rotom a sprite can run a script whic change form; for mega today i have succes whit expanded pokedex you can check on touced tread to read my solution. i can explain yoi how to apply to your patch.
  7. A

    Code: Mega Evolutions and Primal Reversion

    good news i found metod to expand the table: on clean rom expand pokedex whit gen3hs then open the g3hs ini for get some offset and chage on this file w w w. imagebam. com/imag e/bebf7d 424256856 (remove space) ;whitout this mod don't work because it point at the old blank table
  8. A

    Code: Mega Evolutions and Primal Reversion

    i want to use this on expanded pokedex but i have reader,who a bug block this feature, on liker file i found ewram : ORIGIN = 0x02000000, LENGTH = 4M - 4k in my opinion if i expand pokedex with g3hs or other i overwrite ram code to mega evolve,can anyone tell me if my teory is right? Ps:excuse...
  9. A

    Development: Pokémon Fire Red Hacked Engine

    how use item script runner as item editor i use g3t? i apply the routine after i get changed data; but if i insert the routine offset in field usage and the sciprt pointer in extra data,we i use the item the rom restart
Back
Top