Author Topic: Is there a list of items by index number?  (Read 2670 times)

Fortranm

  • Architect of Kajar
  • Earthbound (+15)
  • *
  • Posts: 32
    • View Profile
Is there a list of items by index number?
« on: February 25, 2018, 05:23:53 am »
Do the items have the same index numbers in DS version?
I'm trying to find a way to tell the item my monster would be carrying upon returning in Arena of Ages the moment I send it to train by RAM watching. Alternatively, is there the formula for carrying item generation known?

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1767
  • Nu-chan
    • View Profile
    • Maurtopia
Re: Is there a list of items by index number?
« Reply #1 on: February 25, 2018, 03:58:28 pm »
It's entirely possible the item numbers changed in the DS version. You can view the SNES list in Temporal Flux, but I don't know how useful it is.

I would recommend trying to locate the item strings in the DS version. They'll probably be stored in index order.

Fortranm

  • Architect of Kajar
  • Earthbound (+15)
  • *
  • Posts: 32
    • View Profile
Re: Is there a list of items by index number?
« Reply #2 on: February 25, 2018, 04:55:20 pm »
I found this list of AR for DS version: http://uk.codejunkies.com/search/codes/Chrono-Trigger_Nintendo-DS_17826551-17___.aspx
In the "ITEM SLOT 1 MODIFIER CODES" section, are the last 2 bytes the index number of the corresponding item? For example, is "4011" the hex index of Strength Capsule?

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1767
  • Nu-chan
    • View Profile
    • Maurtopia
Re: Is there a list of items by index number?
« Reply #3 on: February 25, 2018, 05:10:53 pm »
I'm not really familiar with the AR DS code format, but it's possible that 40 is a type flag and 11 is the index.