Skip to content

Commit 5ee4909

Browse files
committed
Bit perfect reading/writing: CommonEvent Trigger is always written even if defaulted
1 parent 2e412be commit 5ee4909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/csv/fields.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Class,attribute_ranks,t,Vector<UInt8>,0x49,,0,0,Integer
135135
Class,attribute_ranks,f,Vector<UInt8>,0x4A,,1,0,Array - Short
136136
Class,battle_commands,f,Vector<Ref<BattleCommand:Int32>>,0x50,,1,0,Array - Uint32
137137
CommonEvent,name,f,DBString,0x01,,0,0,String
138-
CommonEvent,trigger,f,Enum<CommonEvent_Trigger>,0x0B,5,0,0,Integer
138+
CommonEvent,trigger,f,Enum<CommonEvent_Trigger>,0x0B,5,1,0,Integer
139139
CommonEvent,switch_flag,f,Boolean,0x0C,False,0,0,Flag
140140
CommonEvent,switch_id,f,Ref<Switch>,0x0D,1,0,0,Integer
141141
CommonEvent,event_commands,t,Vector<EventCommand>,0x15,,1,0,Integer

0 commit comments

Comments
 (0)