diff --git a/AchievementEditor_8cpp.html b/AchievementEditor_8cpp.html index 3444af668..a5ecca555 100644 --- a/AchievementEditor_8cpp.html +++ b/AchievementEditor_8cpp.html @@ -22,7 +22,7 @@
Signals | |
void | idChanged (qint8 id) |
Emitted when the character's id changes. More... | |
void | id_changed (qint8) |
void | levelChanged (qint8 level) |
Emitted when the character's level changes. More... | |
void | level_changed (qint8) |
void | strengthChanged (quint8 strength) |
Emitted when the character's strength changes. More... | |
void | str_changed (quint8) |
void | vitalityChanged (quint8 vitality) |
Emitted when the character's vitality changes. More... | |
void | vit_changed (quint8) |
void | magicChanged (quint8 magic) |
Emitted when the character's magic changes. More... | |
void | mag_changed (quint8) |
void | spiritChanged (quint8 spirit) |
Emitted when the character's spirit changes. More... | |
void | spi_changed (quint8) |
void | dexterityChanged (quint8 dexterity) |
Emitted when the character's dexterity changes. More... | |
void | dex_changed (quint8) |
void | luckChanged (quint8 luck) |
Emitted when the character's luck changes. More... | |
void | lck_changed (quint8) |
void | strengthBonusChanged (quint8 strengthBonus) |
Emitted when the character's strengthBonus changes. More... | |
void | strBonus_changed (quint8) |
void | vitalityBonusChanged (quint8 vitalityBonus) |
Emitted when the character's vitalityBonus changes. More... | |
void | vitBonus_changed (quint8) |
void | magicBonusChanged (quint8 magicBonus) |
Emitted when the character's magicBonus changes. More... | |
void | magBonus_changed (quint8) |
void | spiritBonusChanged (quint8 spiritBonus) |
Emitted when the character's spiritBonus changes. More... | |
void | spiBonus_changed (quint8) |
void | dexterityBonusChanged (quint8 dexterityBonus) |
Emitted when the character's dexterityBonus changes. More... | |
void | dexBonus_changed (quint8) |
void | luckBonusChanged (quint8 luckBonus) |
Emitted when the character's luckBonus changes. More... | |
void | lckBonus_changed (quint8) |
void | limitLevelChanged (qint8 limitLevel) |
Emitted when the character's limitLevel changes. More... | |
void | limitLevel_changed (qint8) |
void | limitBarChanged (qint8 limitBar) |
Emitted when the character's limitBar changes. More... | |
void | limitBar_changed (quint8) |
void | nameChanged (QString name) |
Emitted when the character's name changes. More... | |
void | name_changed (QString) |
void | weaponChanged (quint8 weapon) |
Emitted when the character's weapon changes. More... | |
void | weapon_changed (quint8) |
void | armorChanged (quint8 armor) |
Emitted when the character's armor changes. More... | |
void | armor_changed (quint8) |
void | accessoryChanged (quint8 accessory) |
Emitted when the character's accessory changes. More... | |
void | accessory_changed (quint8) |
void | curHpChanged (quint16 curHp) |
Emitted when the character's current hit points changes. More... | |
void | curHp_changed (quint16) |
void | maxHpChanged (quint16 maxHp) |
Emitted when the character's current maximum hit points changes. More... | |
void | maxHp_changed (quint16) |
void | curMpChanged (quint16 curMp) |
Emitted when the character's current magic points changes. More... | |
void | curMp_changed (quint16) |
void | maxMpChanged (quint16 maxMp) |
Emitted when the character's current maximum magic points changes. More... | |
void | maxMp_changed (quint16) |
void | killsChanged (quint16 kills) |
Emitted when the character's kills changes. More... | |
void | kills_changed (quint16) |
void | rowChanged (quint8 row) |
Emitted when the character's row changes. More... | |
void | row_changed (quint8) |
void | levelProgressChanged (quint8 levelProgress) |
Emitted when the character's levelProgress changes. More... | |
void | levelProgress_changed (quint8) |
void | stateChanged (quint8 state) |
Emitted when the character's sadness / fury state changes. More... | |
void | sadnessfury_changed (quint8) |
void | limitsChanged (quint16 limits) |
Emitted when the character's limits changes. More... | |
void | limits_changed (quint16) |
void | times1UsedChanged (quint16 times) |
Emitted when the number of times the character's used the 1-1 limit break changes. More... | |
void | timesused1_changed (quint16) |
void | times2UsedChanged (quint16 times) |
Emitted when the number of times the character's used the 2-1 limit break changes. More... | |
void | timesused2_changed (quint16) |
void | times3UsedChanged (quint16 times) |
Emitted when the number of times the character's used the 3-1 limit break changes. More... | |
void | timesused3_changed (quint16) |
void | baseHpChanged (quint16 baseHp) |
Emitted when the character's base hit points changes. More... | |
void | baseHp_changed (quint16) |
void | baseMpChanged (quint16 baseMp) |
Emitted when the character's base magic points changes. More... | |
void | baseMp_changed (quint16) |
void | expChanged (quint32 exp) |
Emitted when the character's experience changes. More... | |
void | exp_changed (quint32) |
void | mslotChanged (int) |
void | mslotChanged (int mslot) |
Emitted when the current materia slot being viwed changes. More... | |
void | materiaChanged (materia mat) |
Emitted when the character's materia changes. More... | |
void | Materias_changed (materia) |
void | expNextChanged (quint32 expNext) |
Emitted when the character's amount of experience needed to reach the next level changes. More... | |
void | expNext_changed (quint32) |
Emitted when the current materia slot being viwed changes.
+mslot | New materia slot being viewed |
+
|
+ +signal | +
Emitted when the character's name changes.
+name | New name of the character |
void CharEditor::row_changed | +void CharEditor::row_changed | +( | +quint8 | +) | ++ |
+
+
◆ spiritBonusChanged+ +
+
+
+
+
+
+
+Emitted when the character's spiritBonus changes. +
◆ spiritChanged+ +
+
+
+
+
+
+
+Emitted when the character's spirit changes. +
◆ stateChanged+ +
+
@@ -2064,6 +3180,176 @@
+
+
+
Emitted when the character's sadness / fury state changes. +
+
+
+
+
+
+
+
+Emitted when the character's strengthBonus changes. +
+
+
+
+Emitted when the character's strength changes. +
+
+
+
+Emitted when the number of times the character's used the 1-1 limit break changes. +
+
+
+
+Emitted when the number of times the character's used the 2-1 limit break changes. +
+
+
+
Emitted when the number of times the character's used the 3-1 limit break changes. +
◆ vitalityBonusChanged+ +
+
+
+
+
+
+
+Emitted when the character's vitalityBonus changes. +
◆ vitalityChanged+ +
+
@@ -2322,6 +3676,40 @@
+
+
+
Emitted when the character's vitality changes. +
+
+
+
+
+
+
+
Emitted when the character's weapon changes. +
|
diff --git a/classChocoboEditor.html b/classChocoboEditor.html
index 190d80bf3..f9eca50e1 100644
--- a/classChocoboEditor.html
+++ b/classChocoboEditor.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classChocoboLabel-members.html b/classChocoboLabel-members.html
index 9164d1d02..02c751519 100644
--- a/classChocoboLabel-members.html
+++ b/classChocoboLabel-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classChocoboLabel.html b/classChocoboLabel.html
index 90a1d62ed..a8ae1af78 100644
--- a/classChocoboLabel.html
+++ b/classChocoboLabel.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classChocoboManager-members.html b/classChocoboManager-members.html
index f47342d13..d2f620409 100644
--- a/classChocoboManager-members.html
+++ b/classChocoboManager-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classChocoboManager.html b/classChocoboManager.html
index 57acc951e..5904152ee 100644
--- a/classChocoboManager.html
+++ b/classChocoboManager.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classColorDisplay-members.html b/classColorDisplay-members.html
index 125d7bc54..61282b5a1 100644
--- a/classColorDisplay-members.html
+++ b/classColorDisplay-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classColorDisplay.html b/classColorDisplay.html
index e9daa9566..0200c1d33 100644
--- a/classColorDisplay.html
+++ b/classColorDisplay.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classDialogPreview-members.html b/classDialogPreview-members.html
index 2ef4006a4..8d540fff8 100644
--- a/classDialogPreview-members.html
+++ b/classDialogPreview-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classDialogPreview.html b/classDialogPreview.html
index ad60f8d5a..676c161d6 100644
--- a/classDialogPreview.html
+++ b/classDialogPreview.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classDoubleCheckBox-members.html b/classDoubleCheckBox-members.html
index 0adae2d05..f8c8323a1 100644
--- a/classDoubleCheckBox-members.html
+++ b/classDoubleCheckBox-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
@@ -71,7 +71,9 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
This is the complete list of members for DoubleCheckBox, including all inherited members.
Detailed Descriptionone text two checkable boxes +
Constructor & Destructor Documentation◆ DoubleCheckBox() [1/2]@@ -262,6 +267,32 @@
+
+
+
+
+
+
Signal: box1 has had its state changed.
diff --git a/classSlotPreview.html b/classSlotPreview.html index e03b02ef3..5a59b7236 100644 --- a/classSlotPreview.html +++ b/classSlotPreview.html @@ -22,7 +22,7 @@
|
@@ -110,14 +110,20 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
void | clicked (int) | | Signal: User Clicked on preview, returns index of click. More... | | void | remove (int) | | Signal: User Clicked on remove, returns index of click. More... | | void | btn_remove_clicked (int) | | Signal: User Clicked on remove, returns index of click. More... | | void | copy (int) | | Signal: User Clicked on copy, returns index of click. More... | | void | btn_copy_clicked (int) | | Signal: User Clicked on copy, returns index of click. More... | | void | paste (int) | | Signal: User Clicked on paste, returns index of click. More... | | void | btn_paste_clicked (int) | | Signal: User Clicked on paste, returns index of click. More... | | |
@@ -236,8 +242,6 @@ Signal: User Clicked on copy, returns index of click. - @@ -264,8 +268,6 @@
-Signal: User Clicked on remove, returns index of click. - @@ -322,6 +322,34 @@
+
+
+
+
Signal: User Clicked on copy, returns index of click. +◆ paste+ +
+
+
+
+
+
+
+Signal: User Clicked on paste, returns index of click. + +◆ remove+ +
+
diff --git a/classSlotSelect-members.html b/classSlotSelect-members.html
index d31115529..46e56c5ed 100644
--- a/classSlotSelect-members.html
+++ b/classSlotSelect-members.html
@@ -22,7 +22,7 @@
+
+
+
Signal: User Clicked on remove, returns index of click. +
|
diff --git a/classSlotSelect.html b/classSlotSelect.html
index 29c476144..2adee8765 100644
--- a/classSlotSelect.html
+++ b/classSlotSelect.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classSplitter-members.html b/classSplitter-members.html
index fae62809e..40ec835ee 100644
--- a/classSplitter-members.html
+++ b/classSplitter-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classSplitter.html b/classSplitter.html
index 59b6b0673..58ef04ea3 100644
--- a/classSplitter.html
+++ b/classSplitter.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTblFile-members.html b/classTblFile-members.html
index c32c2d9cd..5fd57b5d1 100644
--- a/classTblFile-members.html
+++ b/classTblFile-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTblFile.html b/classTblFile.html
index fab1ecd6a..511d1dc97 100644
--- a/classTblFile.html
+++ b/classTblFile.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTexFile-members.html b/classTexFile-members.html
index 4dac45498..27c6c2f36 100644
--- a/classTexFile-members.html
+++ b/classTexFile-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTexFile.html b/classTexFile.html
index 89514f5e1..9a5364acb 100644
--- a/classTexFile.html
+++ b/classTexFile.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTextureFile-members.html b/classTextureFile-members.html
index c41dd304b..c735605c4 100644
--- a/classTextureFile-members.html
+++ b/classTextureFile-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTextureFile.html b/classTextureFile.html
index 89e0e6775..1adc29300 100644
--- a/classTextureFile.html
+++ b/classTextureFile.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTimFile-members.html b/classTimFile-members.html
index 594a0e828..4333cd2a1 100644
--- a/classTimFile-members.html
+++ b/classTimFile-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classTimFile.html b/classTimFile.html
index 624e703bd..99a920b80 100644
--- a/classTimFile.html
+++ b/classTimFile.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classWindowBinFile-members.html b/classWindowBinFile-members.html
index f049d3e20..e01db7b31 100644
--- a/classWindowBinFile-members.html
+++ b/classWindowBinFile-members.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classWindowBinFile.html b/classWindowBinFile.html
index ed0b4d4c1..6a467f3ee 100644
--- a/classWindowBinFile.html
+++ b/classWindowBinFile.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/classes.html b/classes.html
index ddc83622f..614ce9c5c 100644
--- a/classes.html
+++ b/classes.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_000002_000003.html b/dir_000002_000003.html
index 597e49b6a..df81c087c 100644
--- a/dir_000002_000003.html
+++ b/dir_000002_000003.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_000008_000002.html b/dir_000008_000002.html
index 994942c9b..9971241c3 100644
--- a/dir_000008_000002.html
+++ b/dir_000008_000002.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_000010_000002.html b/dir_000010_000002.html
index 13c13475f..6b355d35b 100644
--- a/dir_000010_000002.html
+++ b/dir_000010_000002.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_0abdee562046be6f5823d1ca8c3fd13c.html b/dir_0abdee562046be6f5823d1ca8c3fd13c.html
index b68c335ec..31b02aed8 100644
--- a/dir_0abdee562046be6f5823d1ca8c3fd13c.html
+++ b/dir_0abdee562046be6f5823d1ca8c3fd13c.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_270affdf50195770051839c2000ee91f.html b/dir_270affdf50195770051839c2000ee91f.html
index cc5230e38..933f37350 100644
--- a/dir_270affdf50195770051839c2000ee91f.html
+++ b/dir_270affdf50195770051839c2000ee91f.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_313caf1132e152dd9b58bea13a4052ca.html b/dir_313caf1132e152dd9b58bea13a4052ca.html
index 517f18ebe..d1a432208 100644
--- a/dir_313caf1132e152dd9b58bea13a4052ca.html
+++ b/dir_313caf1132e152dd9b58bea13a4052ca.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_49e56c817e5e54854c35e136979f97ca.html b/dir_49e56c817e5e54854c35e136979f97ca.html
index 009862475..3684ac66c 100644
--- a/dir_49e56c817e5e54854c35e136979f97ca.html
+++ b/dir_49e56c817e5e54854c35e136979f97ca.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index 1ffc04e2b..d7af3a126 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_6c85e8c58e069b0e2f30b4e839acd2c8.html b/dir_6c85e8c58e069b0e2f30b4e839acd2c8.html
index 9ba6be8eb..e52af186b 100644
--- a/dir_6c85e8c58e069b0e2f30b4e839acd2c8.html
+++ b/dir_6c85e8c58e069b0e2f30b4e839acd2c8.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_79057e944445b198c6cf4982c61ef379.html b/dir_79057e944445b198c6cf4982c61ef379.html
index 40e748f9a..d7157e07a 100644
--- a/dir_79057e944445b198c6cf4982c61ef379.html
+++ b/dir_79057e944445b198c6cf4982c61ef379.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_8aa2662f8a0e462442ff921476e1113f.html b/dir_8aa2662f8a0e462442ff921476e1113f.html
index 3332bfb84..798792a60 100644
--- a/dir_8aa2662f8a0e462442ff921476e1113f.html
+++ b/dir_8aa2662f8a0e462442ff921476e1113f.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_9e638e2c5a1d6ed05f3489b4022f3a6d.html b/dir_9e638e2c5a1d6ed05f3489b4022f3a6d.html
index 510dbccff..57e2e6ffd 100644
--- a/dir_9e638e2c5a1d6ed05f3489b4022f3a6d.html
+++ b/dir_9e638e2c5a1d6ed05f3489b4022f3a6d.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_a6c573cb48d69b4519b1aedb05ac653b.html b/dir_a6c573cb48d69b4519b1aedb05ac653b.html
index b4d16037a..d1b15b9ca 100644
--- a/dir_a6c573cb48d69b4519b1aedb05ac653b.html
+++ b/dir_a6c573cb48d69b4519b1aedb05ac653b.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/dir_c1be8d27e7f84178e95f152701110b19.html b/dir_c1be8d27e7f84178e95f152701110b19.html
index 17bd3ae2d..b666614fa 100644
--- a/dir_c1be8d27e7f84178e95f152701110b19.html
+++ b/dir_c1be8d27e7f84178e95f152701110b19.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/ff7tkQuickDataTypes_8h.html b/ff7tkQuickDataTypes_8h.html
index 7bbf1c083..def51aba4 100644
--- a/ff7tkQuickDataTypes_8h.html
+++ b/ff7tkQuickDataTypes_8h.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/ff7tkQuickDataTypes_8h_source.html b/ff7tkQuickDataTypes_8h_source.html
index 561f812fb..c82fbedd4 100644
--- a/ff7tkQuickDataTypes_8h_source.html
+++ b/ff7tkQuickDataTypes_8h_source.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/files.html b/files.html
index b9d6b5f84..6ecb2125e 100644
--- a/files.html
+++ b/files.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/functions.html b/functions.html
index cbadf6c14..81f1caa7a 100644
--- a/functions.html
+++ b/functions.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
diff --git a/functions_a.html b/functions_a.html
index d2c0d7707..82da4a5f2 100644
--- a/functions_a.html
+++ b/functions_a.html
@@ -22,7 +22,7 @@
ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
|
@@ -89,6 +89,9 @@ ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
- a -
- a -
|
@@ -87,6 +87,9 @@ ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
- b -- b -- b -
|
@@ -504,7 +504,7 @@ ff7tk
- 1.1.0.13
+ 1.1.0.16
Work with Final Fantasy 7 game data
- c -
- c -
|