Difference between revisions of "Controllable NPC"

From Chrono Compendium
Jump to: navigation, search
(Created page with "==General Information== ====Chrono Trigger==== The most important parts were * Setting 7E1102 to 80 (Disable Object 1 - Crono) * 7E1110 to 00 (Put Object 8 - the King under...")
 
(No difference)

Latest revision as of 22:40, 10 December 2023

General Information

Chrono Trigger

The most important parts were

  • Setting 7E1102 to 80 (Disable Object 1 - Crono)
  • 7E1110 to 00 (Put Object 8 - the King under player control)
  • Setting 7E0197 to 0010 (Tell the game that Object 8 is PC1)
  • Placing a Controllable (Infinite) command on the king's object.

The 7E11xx values are the Object number * 2, as is the value stored to 7E0197. Use 7E0199 for PC2, and 7E019B for PC3.

From: Tutorials (Chrono Trigger)