Ejemplo n.º 1
0
 public static void MakeFlagIDArray(List <UseFlagID> list)
 {
     {
         InputFormRef InputFormRef = Init(null);
         UseFlagID.AppendFlagID(list, FELint.Type.BATTTLE_TALK, InputFormRef, 6, 4);
     }
 }
Ejemplo n.º 2
0
        public static void MakeFlagIDArray(List <UseFlagID> list)
        {
            InputFormRef InputFormRef = Init(null);

            UseFlagID.AppendFlagID(list, FELint.Type.HAIKU, InputFormRef, 12, 1);

            InputFormRef N1_InputFormRef = N1_Init(null);

            N1_InputFormRef.ReInitPointer(Program.ROM.RomInfo.event_haiku_tutorial_1_pointer());
            UseFlagID.AppendFlagID(list, FELint.Type.HAIKU, N1_InputFormRef, 8, 1);
            N1_InputFormRef.ReInitPointer(Program.ROM.RomInfo.event_haiku_tutorial_2_pointer());
            UseFlagID.AppendFlagID(list, FELint.Type.HAIKU, N1_InputFormRef, 8, 1);
        }
Ejemplo n.º 3
0
        public static void MakeFlagIDArray(List <UseFlagID> list)
        {
            InputFormRef InputFormRef = Init(null);

            UseFlagID.AppendFlagID(list, FELint.Type.HAIKU, InputFormRef, 8, 1);
        }