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.

EarthBound/NPC Battle AI Table

From Data Crystal
< EarthBound
Revision as of 19:17, 14 October 2005 by 67.166.10.63 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
NPC Battle AI Table
Game [[EarthBound]]
Start Address 0x15912D
End Address 0x159147
# of Entries 13
Entry Length 2
Total Length 26 bytes (0x1A)
Back to the [[EarthBound:{{{loc}}} map|{{{loc}}} map]]

The NPC Battle AI Table controls how Non-Player Characters behave in battle. It designates Enemy Configuration AI entries to each NPC and controls how they are targeted by enemy attacks.

Format

[AA BB]

[AA] – Targetability of the AI entry. There are three known values.

  • 0x01 - Untargetable. Enemies will not be able to attack this NPC.
  • 0x06 - Forced targeting. All attacks from enemies will be directed at this NPC.
  • 0x07 - Variable targeting. Attacks from enemies will be directed at this NPC randomly, as with Player Characters.

[BB] – Enemy Configuration entry to be used for this AI.

See Also

Non-Player Characters Enemy_Configuration_Table

Categories:EarthBound