Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

River City Ransom/ROM map

From Data Crystal
< River City Ransom
Revision as of 16:04, 2 June 2009 by 71.41.16.89 (talk) (Add RCR items table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

$00A4F9: Array[128] of pointer to item records

Each item record:

  • item name terminated by 05
  • YZ WX 0V: item cost $VWX.YZ (digits are BCD)
  • ?? ?? ??: unknown
  • Abilities enhanced bitmask:
    • 7 = punch
    • 6 = kick
    • 5 = weapon
    • 4 = throw
    • 3 = agility
    • 2 = defense
    • 1 = strength
    • 0 = will power
  • Status enhanced bitmask:
    • 7 = stamina
  • Variable length array of ability values, in the order above. Array element is present only if corresponding bit is set above.