File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -809,11 +809,11 @@ void BulkEdit_Trainers(bool value)
809
809
idx = 0x43 ; // wGoldenrodUndergroundSwitchRoomEntrancesSceneID
810
810
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
811
811
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
812
-
812
+
813
813
idx = 0x45 ; // wVictoryRoadSceneID
814
814
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
815
815
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
816
-
816
+
817
817
idx = 0x32 ; // wMountMoonSceneID
818
818
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
819
819
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
@@ -1004,7 +1004,7 @@ void BulkEdit_PkmnGift(bool value)
1004
1004
idx = 0x52 ; // EVENT_GOT_HP_UP_FROM_RANDY
1005
1005
flagHelper . SetEventFlag ( idx , false ) ;
1006
1006
m_flagsGroupsList [ Src_EventFlags ] . Flags [ idx ] . IsSet = false ;
1007
-
1007
+
1008
1008
idx = 0xC1 ; // EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
1009
1009
flagHelper . SetEventFlag ( idx , false ) ;
1010
1010
m_flagsGroupsList [ Src_EventFlags ] . Flags [ idx ] . IsSet = false ;
Original file line number Diff line number Diff line change @@ -643,11 +643,11 @@ void BulkEdit_Trainers(bool value)
643
643
idx = 0x32 ; // wGoldenrodUndergroundSwitchRoomEntrancesSceneID
644
644
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
645
645
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
646
-
646
+
647
647
idx = 0x34 ; // wVictoryRoadSceneID
648
648
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
649
649
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
650
-
650
+
651
651
idx = 0x26 ; // wMountMoonSceneID
652
652
m_eventWorkList [ idx ] . Value = value ? 1 : 0 ;
653
653
eventWorkHelper . SetWork ( idx , ( byte ) m_eventWorkList [ idx ] . Value ) ;
Original file line number Diff line number Diff line change 1
- using System . Windows . Forms . VisualStyles ;
2
-
3
- namespace FlagsEditorEXPlugin . Forms
1
+ namespace FlagsEditorEXPlugin . Forms
4
2
{
5
3
public partial class MainWin : Form
6
4
{
You can’t perform that action at this time.
0 commit comments