describe card effect name_index field

This commit is contained in:
Martin Michelsen
2023-10-08 12:35:34 -07:00
parent 8df36ea3c2
commit 948985b057
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -488,7 +488,10 @@ struct CardDefinition {
/* 16 */ ptext<char, 4> arg2;
/* 1A */ ptext<char, 4> arg3;
/* 1E */ CriterionCode apply_criterion;
/* 1F */ uint8_t unknown_a2;
// name_index specifies which string from TextEnglish.pr2 is shown next to
// the card when it is attacking or defending. Zero in this field means no
// string is shown for this ability.
/* 1F */ uint8_t name_index;
/* 20 */
bool is_empty() const;