Difference between revisions of "FF8/Variables"

From Final Fantasy Inside
< FF8
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "Game variables can be accessed using the PSHM family of script functions, and can be written to by using the POPM family of functions. Which one you use depends on the variabl...")
 
my_wiki>Shard
m
Line 12: Line 12:
 
! align="left" | Byte
 
! align="left" | Byte
 
| 720
 
| 720
| Squall's costume (0=normal, 1=student, ''2=SeeD?'')
+
| Squall's costume (0=normal, 1=student, 2=SeeD)
 +
|-
 +
! align="left" | Byte
 +
| 722
 +
| Selphie's costume (0=normal, 1=student, 2=SeeD)
 
|}
 
|}

Revision as of 09:06, 1 February 2014

Game variables can be accessed using the PSHM family of script functions, and can be written to by using the POPM family of functions. Which one you use depends on the variable.

Var type Var Number Description
Word 256 Main Story quest progress. In PC saves, value is at offset 0xE10
Byte 720 Squall's costume (0=normal, 1=student, 2=SeeD)
Byte 722 Selphie's costume (0=normal, 1=student, 2=SeeD)