Patch 4.35

This commit is contained in:
Josh Freeman
2018-07-03 11:48:23 +01:00
parent 2d7419357b
commit ea18748d67
296 changed files with 20167 additions and 3893 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7
#,,LogKind,,,,,Name,Example
int32,byte,LogKind,uint16,byte,byte,byte,str,str
#,LogKind,,,,,,Name,Example
int32,LogKind,uint16,uint16,byte,byte,byte,str,str
0,0,65535,65535,0,0,0,"None",""
1,10,65535,65535,1,1,1,"Say","Cloud Strife: Never mind..."
2,11,65535,65535,1,3,1,"Shout","Cloud Strife: Can someone give me some gil?"
1 key 0 1 2 3 4 5 6 7
2 # LogKind LogKind Name Example
3 int32 byte LogKind LogKind uint16 uint16 byte byte byte str str
4 0 0 65535 65535 0 0 0 None
5 1 10 65535 65535 1 1 1 Say Cloud Strife: Never mind...
6 2 11 65535 65535 1 3 1 Shout Cloud Strife: Can someone give me some gil?