Jump to content

cpan1

Member
  • Posts

    151
  • Joined

  • Last visited

Posts posted by cpan1

  1. Step 1: Open your ROM in HxD

    Step 2:

    Let's say you want to replace Cobalion. Looking at Kaphotics' post, we know that script for Cobalion is 78 01 7E 02 2A.

    So, in HxD, press Ctrl-F, set Datatype to Hex-Values and search for 78 01 7E 02 2A.

    Step 3:

    Replace what you need to replace and save.

    For example, this will change it to a lev. 100 Latios

    78 01 7D 01 64

    7D 01 -> 17D -> 381 (Latios' Index)

    64 -> 100

  2. Extend trdata and trpoke by copying a file and appending it to the end. Be sure to continue the numbering (so it should be file 814)

    If I remember correctly, the names are in a non-readable format and I also forgot the index... Anyways, the index # of the trainer is the index # of the name.

    Edit: location is a/0/0/2 - 382

    Remember to extend the text so you can add your custom name.

    Check out RawDB on Project Pokemon's main site and it will give you information on this actual names.

×
×
  • Create New...