Anonymous

Changes

From Final Fantasy Inside

FF7/Battle/Battle Scenes/Battle AI Addresses

63 bytes added, 05:10, 23 May 2019
m
17 revisions imported
|-
| 0x21A0
|style="background:rgb(255,255,204)" colspan="2" | Does something when displaying names during During Emerald Weapon battle if name label is FFFF , keeps track of how many eyes are active. (not sure whatPossible use in other battles, too).
|-
| 0x21C0
<p>NOTES:<br/>
1 - Address values are only checked by the minimum value and stored accordingly. The structure in memory stores the Global Variables first, the Actor Variables second, and the Random Access Variables last. Technically, a value of 0xFFFF could be used as an address, but that would result in a memory leak producing erratic results.<br/>
2 - Actors 0-2 are player controlled characters, Actors 4-9 are enemies. Actor 3 is a omnipresent battle actor that holds formation AI, if it existsand is the placeholder for any summon models. It does nothing on its own and is only used in a few boss battles.<br/>
3 - This will access the Random Access Variables starting at 0x0000. This is stupid as it requires more work to get to them. Don't do it this way!<br/>
</p>