We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c50dff8 + d89bde0 commit 996138fCopy full SHA for 996138f
2 files changed
generator/csv/fields.csv
@@ -92,7 +92,7 @@ BattlerAnimationExtension,name,f,String,0x01,'',String
92
BattlerAnimationExtension,battler_name,f,String,0x02,'',String
93
BattlerAnimationExtension,battler_index,f,Integer,0x03,0,Integer
94
BattlerAnimationExtension,animation_type,f,Enum<BattlerAnimationExtension_AnimType>,0x04,0,Integer
95
-BattlerAnimationExtension,animation_id,f,Ref<Animation>,0x05,0,Integer
+BattlerAnimationExtension,animation_id,f,Ref<Animation>,0x05,1,Integer
96
BattlerAnimation,name,f,String,0x01,'',String
97
BattlerAnimation,speed,f,Enum<BattlerAnimation_Speed>,0x02,0,Integer
98
BattlerAnimation,base_data,f,Array<BattlerAnimationExtension>,0x0A,,Array - RPG::BattlerAnimationExtension
src/generated/rpg_battleranimationextension.h
@@ -28,7 +28,7 @@ namespace RPG {
28
std::string battler_name;
29
int battler_index = 0;
30
int animation_type = 0;
31
- int animation_id = 0;
+ int animation_id = 1;
32
};
33
}
34
0 commit comments