Esempio n. 1
0
        private static void InitFirst() /* sub_39054 */
        {
            seg051.Randomize();

            gbl.area_ptr   = new Area1();
            gbl.area2_ptr  = new Area2();
            gbl.stru_1B2CA = new Struct_1B2CA();
            gbl.ecl_ptr    = new EclBlock();
            gbl.geo_ptr.LoadData(new byte[0x402]);

            ovr016.BuildEffectNameMap();

            for (int i = 0; i < gbl.cmdOppsLimit; i++)
            {
                gbl.cmd_opps[i] = new Opperation();
                gbl.cmd_opps[i].getMemoryValue = ovr008.vm_GetMemoryValue;
            }

            gbl.cursor_bkup = new DaxBlock(1, 1, 8);
            gbl.cursor      = new DaxBlock(1, 1, 8);

            seg051.FillChar(0xf, gbl.cursor.Bpp, gbl.cursor.ImageData);

            gbl.symbol_8x8_set    = new DaxBlock[5];
            gbl.symbol_8x8_set[0] = null;
            gbl.symbol_8x8_set[1] = null;
            gbl.symbol_8x8_set[2] = null;
            gbl.symbol_8x8_set[3] = null;
            gbl.symbol_8x8_set[4] = null;

            gbl.dword_1C8FC = null;

            gbl.dax24x24Set = new DaxBlock(48, 3, 0x18);

            gbl.area_ptr.Clear();

            gbl.area_ptr.inDungeon      = 1;
            gbl.area_ptr.LastEclBlockId = 0;

            gbl.area2_ptr.Clear();

            gbl.stru_1B2CA.Clear();
            gbl.ecl_ptr.Clear();


            gbl.combat_icons = new CombatIcon[26];
            for (int i = 0; i < 26; i++)
            {
                gbl.combat_icons[i] = new CombatIcon();
            }

            gbl.byte_1AD44      = 2;
            gbl.current_head_id = 0xff;
            gbl.current_body_id = 0xff;
            gbl.headX_dax       = null;
            gbl.bodyX_dax       = null;

            gbl.byte_1D556 = new DaxArray();

            gbl.bigpic_dax    = null;
            gbl.items_pointer = new System.Collections.Generic.List <Item>();

            gbl.mapPosX      = 0;
            gbl.mapPosY      = 0;
            gbl.mapDirection = 0;
            gbl.mapWallType  = 0;
            gbl.mapWallRoof  = 0;

            gbl.mapPosX      = 7;
            gbl.mapPosY      = 0x0D;
            gbl.mapDirection = 0;

            gbl.can_bash_door  = true;
            gbl.can_pick_door  = true;
            gbl.can_knock_door = true;

            gbl.byte_1AD44 = 3;

            gbl.setBlocks[0] = new gbl.SetBlock(1, 0);
            gbl.setBlocks[1] = new gbl.SetBlock();
            gbl.setBlocks[2] = new gbl.SetBlock();

            //gbl.AnimationsOn = true;
            //gbl.PicsOn = true;
            gbl.DelayBetweenCharacters  = true;
            gbl.reload_ecl_and_pictures = false;
            gbl.rest_incounter_count    = 0;

            gbl.TeamList.Clear();
            gbl.SelectedPlayer = null;

            gbl.ecl_offset                = 0x8000;
            gbl.game_speed_var            = 4;
            gbl.inDemo                    = false;
            gbl.game_area                 = 1;
            gbl.game_area_backup          = 1;
            gbl.mapAreaDisplay            = false;
            gbl.area2_ptr.party_size      = 0;
            gbl.menuScreenIndex           = 1;
            gbl.combat_type               = CombatType.normal;
            gbl.displayPlayerStatusLine18 = false;
            gbl.search_flag_bkup          = 0;
            gbl.spriteChanged             = false;
            gbl.party_killed              = false;
            gbl.byte_1BF12                = 1;
            gbl.displayPlayerSprite       = false;
            gbl.lastDaxFile               = string.Empty;
            gbl.byte_1D5AB                = string.Empty;
            gbl.lastDaxBlockId            = 0x0FF;
            gbl.byte_1D5B5                = 0x0FF;
            gbl.gameSaved                 = false;
            gbl.byte_1EE95                = false;
            gbl.focusCombatAreaOnPlayer   = true;
            gbl.bigpic_block_id           = 0x0FF;
            gbl.silent_training           = false;
            gbl.menuSelectedWord          = 1;
            gbl.game_state                = GameState.DungeonMap;
            gbl.last_game_state           = 0;
            gbl.applyItemAffect           = false;
            gbl.sky_dax_250               = null;
            gbl.sky_dax_251               = null;
            gbl.sky_dax_252               = null;
            gbl.gameWon                   = false;
            Seg041.Load8X8Tiles();
            ovr027.ClearPromptArea();
            Seg041.DisplayString("Loading...Please Wait", 0, 10, 0x18, 0);

            ovr038.Load8x8D(4, 202);
            ovr038.Load8x8D(0, 203);

            for (gbl.byte_1AD44 = 0; gbl.byte_1AD44 <= 11; gbl.byte_1AD44++)
            {
                ovr034.chead_cbody_comspr_icon((byte)(gbl.byte_1AD44 + 0x0D), gbl.byte_1AD44, "COMSPR");
            }

            ovr034.chead_cbody_comspr_icon(0x19, 0x19, "COMSPR");

            gbl.sky_dax_250 = seg040.LoadDax(13, true, 250, "SKY");
            gbl.sky_dax_251 = seg040.LoadDax(13, true, 251, "SKY");
            gbl.sky_dax_252 = seg040.LoadDax(13, true, 252, "SKY");

            gbl.ItemDataTable = new ItemDataTable("ITEMS");

            ovr023.setup_spells();
            ovr013.SetupAffectTables();
        }