Skip to content

Commit

Permalink
FieldItems correct niv_ti2 items
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Apr 5, 2024
1 parent 54f1004 commit fb6ded9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/FF7FieldItemList.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ class FF7TKDATA_EXPORT FF7FieldItemList : public QObject
, {{quint16(0x0E3D)}, {quint8(1)}, {QStringLiteral("games_2")}, QT_TR_NOOP("Cauldron")}
, {{quint16(0x0E3D)}, {quint8(2)}, {QStringLiteral("farm")}, QT_TR_NOOP("Chocobo Lure")}

, {{quint16(0x0EA5)}, {quint8(1)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Final Heaven (+other stuff?)")}
//, {{quint16(0x0EA5)}, {quint8(2)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Played piano durring flashback")}
, {{quint16(0x0EA5)}, {quint8(4)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Elemental(+other stuff?)")}
, {{quint16(0x0EA5)}, {quint8(0)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Final Heaven (+other stuff?)")}
, {{quint16(0x0EA5)}, {quint8(1)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Played piano durring flashback")}
, {{quint16(0x0EA5)}, {quint8(2)}, {QStringLiteral("niv_ti2")}, QT_TR_NOOP("Elemental(+other stuff?)")}

, {{quint16(0x0FA4)}, {quint8(1)}, {QStringLiteral("gaiin_4")}, QT_TR_NOOP("Enhance Sword")}
, {{quint16(0x0FA4)}, {quint8(2)}, {QStringLiteral("gaiin_5")}, QT_TR_NOOP("Fire Armlet")}
Expand Down

0 comments on commit fb6ded9

Please sign in to comment.