diff --git a/.github/workflows/reassemble.yml b/.github/workflows/reassemble.yml index 1c54ba2..38e677d 100644 --- a/.github/workflows/reassemble.yml +++ b/.github/workflows/reassemble.yml @@ -26,11 +26,11 @@ jobs: - name: Install Ninja uses: seanmiddleditch/gha-setup-ninja@master - - name: Download lld and clang + - name: Download lld, llvm-rc and clang uses: robinraju/release-downloader@v1 with: repository: 'openblack/llvm-project' - tag: 'bw1-decomp-001' + tag: 'bw1-decomp-003' fileName: 'llvm-${{ matrix.os }}.zip' extract: true out-file-path: 'llvm' @@ -39,10 +39,16 @@ jobs: if: ${{ runner.os != 'Windows' }} run: chmod -R +x llvm/bin + - name: Configure bw1-decomp project + run: >- + cmake -DCMAKE_BUILD_TYPE=Release + -DCMAKE_ASM_COMPILER="${{ github.workspace }}/llvm/bin/clang${{ runner.os == 'Windows' && '.exe' || '' }}" + -DCMAKE_RC_COMPILER="${{ github.workspace }}/llvm/bin/llvm-rc${{ runner.os == 'Windows' && '.exe' || '' }}" + -DCMAKE_LINKER="${{ github.workspace }}/llvm/bin/lld${{ runner.os == 'Windows' && '.exe' || '' }}" + -G Ninja -Ssrc -Bbuild + - name: Build bw1-decomp project - run: | - cmake -Ssrc -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_LINKER="${{ github.workspace }}/llvm/bin/lld${{ runner.os == 'Windows' && '.exe' || '' }}" -DCMAKE_ASM_COMPILER="${{ github.workspace }}/llvm/bin/clang${{ runner.os == 'Windows' && '.exe' || '' }}" - cmake --build build + run: cmake --build build - name: Verify MD5 sum of resulting binary run: | @@ -64,10 +70,16 @@ jobs: name: failed-binary-${{ matrix.os }} path: build/runblack-reassembled.exe + - name: Configure bw1-decomp project (Debug) + run: >- + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DCMAKE_ASM_COMPILER="${{ github.workspace }}/llvm/bin/clang${{ runner.os == 'Windows' && '.exe' || '' }}" + -DCMAKE_RC_COMPILER="${{ github.workspace }}/llvm/bin/llvm-rc${{ runner.os == 'Windows' && '.exe' || '' }}" + -DCMAKE_LINKER="${{ github.workspace }}/llvm/bin/lld${{ runner.os == 'Windows' && '.exe' || '' }}" + -G Ninja -Ssrc -Bbuild_debug + - name: Build bw1-decomp project (Debug) - run: | - cmake -Ssrc -Bbuild_debug -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_LINKER="${{ github.workspace }}/llvm/bin/lld${{ runner.os == 'Windows' && '.exe' || '' }}" -DCMAKE_ASM_COMPILER="${{ github.workspace }}/llvm/bin/clang${{ runner.os == 'Windows' && '.exe' || '' }}" - cmake --build build_debug + run: cmake --build build_debug - name: Upload debug version uses: actions/upload-artifact@v4 diff --git a/.gitignore b/.gitignore index 14c3661..a121e17 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build/ *$py.class *.o *.obj +*.res diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 25c5e43..2f03293 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.30) -project(bw1-decomp ASM) +project(bw1-decomp ASM RC) set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo;Release" CACHE STRING "Available build configurations" FORCE) @@ -369,7 +369,12 @@ set(SOURCES asm/unprocessed/data.asm asm/unprocessed/data1.asm asm/unprocessed/SELFMOD.asm - asm/unprocessed/rsrc.asm + + res/winnt.rh + res/winuser.rh + res/verrsrc.h + res/resource.h + res/runblack.rc ) add_executable(runblack-reassembled ${SOURCES}) @@ -391,6 +396,7 @@ target_link_options(runblack-reassembled "/FIXED" "/sectionvsize:.text,0x004a795d" "/sectionvsize:.data,0x5f9e00" + "/sectionvsize:.rsrc,0x393E" "/subsystem:windows,4" "/stack:0x100000,0x1000" "/heap:0x100000,0x1000" diff --git a/src/asm/unprocessed/rsrc.asm b/src/asm/unprocessed/rsrc.asm deleted file mode 100644 index f3abe3f..0000000 --- a/src/asm/unprocessed/rsrc.asm +++ /dev/null @@ -1,921 +0,0 @@ -.intel_syntax noprefix -.align 16 -.section .rsrc - -rsrc_bytes: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 // [0x0] 0x00fc2000 + 0x0 = 0x00fc2000 -.byte 0x01, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x80 // [0x10] 0x00fc2000 + 0x10 = 0x00fc2010 -.byte 0x04, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x80 // [0x20] 0x00fc2000 + 0x20 = 0x00fc2020 -.byte 0x06, 0x00, 0x00, 0x00, 0xb8, 0x00, 0x00, 0x80, 0x09, 0x00, 0x00, 0x00, 0xd0, 0x00, 0x00, 0x80 // [0x30] 0x00fc2000 + 0x30 = 0x00fc2030 -.byte 0x0c, 0x00, 0x00, 0x00, 0xe8, 0x00, 0x00, 0x80, 0x10, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x80 // [0x40] 0x00fc2000 + 0x40 = 0x00fc2040 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x50] 0x00fc2000 + 0x50 = 0x00fc2050 -.byte 0x01, 0x00, 0x00, 0x00, 0x18, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x60] 0x00fc2000 + 0x60 = 0x00fc2060 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x66, 0x00, 0x00, 0x00, 0x30, 0x01, 0x00, 0x80 // [0x70] 0x00fc2000 + 0x70 = 0x00fc2070 -.byte 0x6a, 0x00, 0x00, 0x00, 0x48, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x80] 0x00fc2000 + 0x80 = 0x00fc2080 -.byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x80, 0x60, 0x01, 0x00, 0x80 // [0x90] 0x00fc2000 + 0x90 = 0x00fc2090 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0xa0] 0x00fc2000 + 0xa0 = 0x00fc20a0 -.byte 0x66, 0x00, 0x00, 0x00, 0x78, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0xb0] 0x00fc2000 + 0xb0 = 0x00fc20b0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0xc6, 0x09, 0x00, 0x00, 0x90, 0x01, 0x00, 0x80 // [0xc0] 0x00fc2000 + 0xc0 = 0x00fc20c0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 // [0xd0] 0x00fc2000 + 0xd0 = 0x00fc20d0 -.byte 0x90, 0x02, 0x00, 0x80, 0xa8, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0xe0] 0x00fc2000 + 0xe0 = 0x00fc20e0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x6c, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x80 // [0xf0] 0x00fc2000 + 0xf0 = 0x00fc20f0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x100] 0x00fc2000 + 0x100 = 0x00fc2100 -.byte 0x01, 0x00, 0x00, 0x00, 0xd8, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x110] 0x00fc2000 + 0x110 = 0x00fc2110 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x08, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00 // [0x120] 0x00fc2000 + 0x120 = 0x00fc2120 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x130] 0x00fc2000 + 0x130 = 0x00fc2130 -.byte 0x09, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x140] 0x00fc2000 + 0x140 = 0x00fc2140 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x08, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00 // [0x150] 0x00fc2000 + 0x150 = 0x00fc2150 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x160] 0x00fc2000 + 0x160 = 0x00fc2160 -.byte 0x09, 0x08, 0x00, 0x00, 0x20, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x170] 0x00fc2000 + 0x170 = 0x00fc2170 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x08, 0x00, 0x00, 0x30, 0x02, 0x00, 0x00 // [0x180] 0x00fc2000 + 0x180 = 0x00fc2180 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x190] 0x00fc2000 + 0x190 = 0x00fc2190 -.byte 0x09, 0x08, 0x00, 0x00, 0x40, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x1a0] 0x00fc2000 + 0x1a0 = 0x00fc21a0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x08, 0x00, 0x00, 0x50, 0x02, 0x00, 0x00 // [0x1b0] 0x00fc2000 + 0x1b0 = 0x00fc21b0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 // [0x1c0] 0x00fc2000 + 0x1c0 = 0x00fc21c0 -.byte 0x09, 0x08, 0x00, 0x00, 0x60, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x1d0] 0x00fc2000 + 0x1d0 = 0x00fc21d0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x08, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00 // [0x1e0] 0x00fc2000 + 0x1e0 = 0x00fc21e0 -.byte 0x70, 0x57, 0xbc, 0x00, 0x34, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x1f0] 0x00fc2000 + 0x1f0 = 0x00fc21f0 -.byte 0xf0, 0x23, 0xbc, 0x00, 0xf8, 0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x200] 0x00fc2000 + 0x200 = 0x00fc2200 -.byte 0xe8, 0x4e, 0xbc, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x210] 0x00fc2000 + 0x210 = 0x00fc2210 -.byte 0x48, 0x56, 0xbc, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x220] 0x00fc2000 + 0x220 = 0x00fc2220 -.byte 0xb0, 0x22, 0xbc, 0x00, 0x3e, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x230] 0x00fc2000 + 0x230 = 0x00fc2230 -.byte 0xc0, 0x58, 0xbc, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x240] 0x00fc2000 + 0x240 = 0x00fc2240 -.byte 0x48, 0x57, 0xbc, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x250] 0x00fc2000 + 0x250 = 0x00fc2250 -.byte 0xa8, 0x58, 0xbc, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x260] 0x00fc2000 + 0x260 = 0x00fc2260 -.byte 0xe8, 0x52, 0xbc, 0x00, 0x60, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x270] 0x00fc2000 + 0x270 = 0x00fc2270 -.byte 0x07, 0x00, 0x41, 0x00, 0x50, 0x00, 0x50, 0x00, 0x4d, 0x00, 0x45, 0x00, 0x4e, 0x00, 0x55, 0x00 // [0x280] 0x00fc2000 + 0x280 = 0x00fc2280 -.byte 0x08, 0x00, 0x41, 0x00, 0x50, 0x00, 0x50, 0x00, 0x41, 0x00, 0x43, 0x00, 0x43, 0x00, 0x45, 0x00 // [0x290] 0x00fc2000 + 0x290 = 0x00fc2290 -.byte 0x4c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x2a0] 0x00fc2000 + 0x2a0 = 0x00fc22a0 -.byte 0xc2, 0x08, 0xc8, 0x80, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf1, 0x00 // [0x2b0] 0x00fc2000 + 0x2b0 = 0x00fc22b0 -.byte 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x49, 0x00, 0x4f, 0x00, 0x4e, 0x00, 0x48, 0x00 // [0x2c0] 0x00fc2000 + 0x2c0 = 0x00fc22c0 -.byte 0x45, 0x00, 0x41, 0x00, 0x44, 0x00, 0x20, 0x00, 0x4c, 0x00, 0x49, 0x00, 0x42, 0x00, 0x52, 0x00 // [0x2d0] 0x00fc2000 + 0x2d0 = 0x00fc22d0 -.byte 0x41, 0x00, 0x52, 0x00, 0x49, 0x00, 0x45, 0x00, 0x53, 0x00, 0x00, 0x00, 0x08, 0x00, 0x4d, 0x00 // [0x2e0] 0x00fc2000 + 0x2e0 = 0x00fc22e0 -.byte 0x53, 0x00, 0x20, 0x00, 0x53, 0x00, 0x68, 0x00, 0x65, 0x00, 0x6c, 0x00, 0x6c, 0x00, 0x20, 0x00 // [0x2f0] 0x00fc2000 + 0x2f0 = 0x00fc22f0 -.byte 0x44, 0x00, 0x6c, 0x00, 0x67, 0x00, 0x00, 0x00, 0x03, 0x01, 0x21, 0x50, 0x00, 0x00, 0x00, 0x00 // [0x300] 0x00fc2000 + 0x300 = 0x00fc2300 -.byte 0x5b, 0x00, 0x18, 0x00, 0x8f, 0x00, 0x55, 0x00, 0xeb, 0x03, 0xff, 0xff, 0x85, 0x00, 0x00, 0x00 // [0x310] 0x00fc2000 + 0x310 = 0x00fc2310 -.byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0xa1, 0x50, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x00, 0x2a, 0x00 // [0x320] 0x00fc2000 + 0x320 = 0x00fc2320 -.byte 0x8f, 0x00, 0x30, 0x00, 0xec, 0x03, 0xff, 0xff, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x330] 0x00fc2000 + 0x330 = 0x00fc2330 -.byte 0x00, 0x00, 0x01, 0x50, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x00, 0x62, 0x00, 0x32, 0x00, 0x0e, 0x00 // [0x340] 0x00fc2000 + 0x340 = 0x00fc2340 -.byte 0xed, 0x03, 0xff, 0xff, 0x80, 0x00, 0x48, 0x00, 0x6f, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00, 0x00 // [0x350] 0x00fc2000 + 0x350 = 0x00fc2350 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x50, 0x00, 0x00, 0x00, 0x00, 0xb8, 0x00, 0x62, 0x00 // [0x360] 0x00fc2000 + 0x360 = 0x00fc2360 -.byte 0x32, 0x00, 0x0e, 0x00, 0xee, 0x03, 0xff, 0xff, 0x80, 0x00, 0x4a, 0x00, 0x6f, 0x00, 0x69, 0x00 // [0x370] 0x00fc2000 + 0x370 = 0x00fc2370 -.byte 0x6e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00 // [0x380] 0x00fc2000 + 0x380 = 0x00fc2380 -.byte 0x07, 0x00, 0x07, 0x00, 0x3c, 0x00, 0x42, 0x00, 0xff, 0xff, 0xff, 0xff, 0x82, 0x00, 0xff, 0xff // [0x390] 0x00fc2000 + 0x390 = 0x00fc2390 -.byte 0x66, 0x00, 0x00, 0x00, 0x80, 0x00, 0x81, 0x50, 0x00, 0x00, 0x00, 0x00, 0x83, 0x00, 0x07, 0x00 // [0x3a0] 0x00fc2000 + 0x3a0 = 0x00fc23a0 -.byte 0x67, 0x00, 0x0c, 0x00, 0xf9, 0x03, 0xff, 0xff, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3b0] 0x00fc2000 + 0x3b0 = 0x00fc23b0 -.byte 0x00, 0x00, 0x02, 0x50, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x00, 0x07, 0x00, 0x27, 0x00, 0x0c, 0x00 // [0x3c0] 0x00fc2000 + 0x3c0 = 0x00fc23c0 -.byte 0xff, 0xff, 0xff, 0xff, 0x82, 0x00, 0x55, 0x00, 0x73, 0x00, 0x65, 0x00, 0x72, 0x00, 0x20, 0x00 // [0x3d0] 0x00fc2000 + 0x3d0 = 0x00fc23d0 -.byte 0x4e, 0x00, 0x61, 0x00, 0x6d, 0x00, 0x65, 0x00, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3e0] 0x00fc2000 + 0x3e0 = 0x00fc23e0 -.byte 0x28, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00 // [0x3f0] 0x00fc2000 + 0x3f0 = 0x00fc23f0 -.byte 0x00, 0x00, 0x00, 0x00, 0xd0, 0x26, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x400] 0x00fc2000 + 0x400 = 0x00fc2400 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0xfe, 0xfe, 0xfe, 0x00 // [0x410] 0x00fc2000 + 0x410 = 0x00fc2410 -.byte 0xfd, 0xfd, 0xfd, 0x00, 0xfc, 0xfc, 0xfc, 0x00, 0xfb, 0xfb, 0xfb, 0x00, 0xfa, 0xfa, 0xfa, 0x00 // [0x420] 0x00fc2000 + 0x420 = 0x00fc2420 -.byte 0xf9, 0xf9, 0xf9, 0x00, 0xf8, 0xf8, 0xf8, 0x00, 0xf7, 0xf7, 0xf7, 0x00, 0xf6, 0xf6, 0xf6, 0x00 // [0x430] 0x00fc2000 + 0x430 = 0x00fc2430 -.byte 0xf5, 0xf5, 0xf5, 0x00, 0xf4, 0xf4, 0xf4, 0x00, 0xf3, 0xf3, 0xf3, 0x00, 0xf2, 0xf2, 0xf2, 0x00 // [0x440] 0x00fc2000 + 0x440 = 0x00fc2440 -.byte 0xf1, 0xf1, 0xf1, 0x00, 0xf0, 0xf0, 0xf0, 0x00, 0xef, 0xef, 0xef, 0x00, 0xee, 0xee, 0xee, 0x00 // [0x450] 0x00fc2000 + 0x450 = 0x00fc2450 -.byte 0xed, 0xed, 0xed, 0x00, 0xec, 0xec, 0xec, 0x00, 0xeb, 0xeb, 0xeb, 0x00, 0xea, 0xea, 0xea, 0x00 // [0x460] 0x00fc2000 + 0x460 = 0x00fc2460 -.byte 0xe9, 0xe9, 0xe9, 0x00, 0xe8, 0xe8, 0xe8, 0x00, 0xe7, 0xe7, 0xe7, 0x00, 0xe6, 0xe6, 0xe6, 0x00 // [0x470] 0x00fc2000 + 0x470 = 0x00fc2470 -.byte 0xe5, 0xe5, 0xe5, 0x00, 0xe4, 0xe4, 0xe4, 0x00, 0xe3, 0xe3, 0xe3, 0x00, 0xe2, 0xe2, 0xe2, 0x00 // [0x480] 0x00fc2000 + 0x480 = 0x00fc2480 -.byte 0xe1, 0xe1, 0xe1, 0x00, 0xe0, 0xe0, 0xe0, 0x00, 0xdf, 0xdf, 0xdf, 0x00, 0xde, 0xde, 0xde, 0x00 // [0x490] 0x00fc2000 + 0x490 = 0x00fc2490 -.byte 0xdd, 0xdd, 0xdd, 0x00, 0xdc, 0xdc, 0xdc, 0x00, 0xdb, 0xdb, 0xdb, 0x00, 0xda, 0xda, 0xda, 0x00 // [0x4a0] 0x00fc2000 + 0x4a0 = 0x00fc24a0 -.byte 0xd9, 0xd9, 0xd9, 0x00, 0xd8, 0xd8, 0xd8, 0x00, 0xd7, 0xd7, 0xd7, 0x00, 0xd6, 0xd6, 0xd6, 0x00 // [0x4b0] 0x00fc2000 + 0x4b0 = 0x00fc24b0 -.byte 0xd5, 0xd5, 0xd5, 0x00, 0xd4, 0xd4, 0xd4, 0x00, 0xd3, 0xd3, 0xd3, 0x00, 0xd2, 0xd2, 0xd2, 0x00 // [0x4c0] 0x00fc2000 + 0x4c0 = 0x00fc24c0 -.byte 0xd1, 0xd1, 0xd1, 0x00, 0xd0, 0xd0, 0xd0, 0x00, 0xcf, 0xcf, 0xcf, 0x00, 0xce, 0xce, 0xce, 0x00 // [0x4d0] 0x00fc2000 + 0x4d0 = 0x00fc24d0 -.byte 0xcd, 0xcd, 0xcd, 0x00, 0xcc, 0xcc, 0xcc, 0x00, 0xcb, 0xcb, 0xcb, 0x00, 0xca, 0xca, 0xca, 0x00 // [0x4e0] 0x00fc2000 + 0x4e0 = 0x00fc24e0 -.byte 0xc9, 0xc9, 0xc9, 0x00, 0xc8, 0xc8, 0xc8, 0x00, 0xc7, 0xc7, 0xc7, 0x00, 0xc6, 0xc6, 0xc6, 0x00 // [0x4f0] 0x00fc2000 + 0x4f0 = 0x00fc24f0 -.byte 0xc5, 0xc5, 0xc5, 0x00, 0xc4, 0xc4, 0xc4, 0x00, 0xc3, 0xc3, 0xc3, 0x00, 0xc2, 0xc2, 0xc2, 0x00 // [0x500] 0x00fc2000 + 0x500 = 0x00fc2500 -.byte 0xc1, 0xc1, 0xc1, 0x00, 0xc0, 0xc0, 0xc0, 0x00, 0xbf, 0xbf, 0xbf, 0x00, 0xbe, 0xbe, 0xbe, 0x00 // [0x510] 0x00fc2000 + 0x510 = 0x00fc2510 -.byte 0xbd, 0xbd, 0xbd, 0x00, 0xbc, 0xbc, 0xbc, 0x00, 0xbb, 0xbb, 0xbb, 0x00, 0xba, 0xba, 0xba, 0x00 // [0x520] 0x00fc2000 + 0x520 = 0x00fc2520 -.byte 0xb9, 0xb9, 0xb9, 0x00, 0xb8, 0xb8, 0xb8, 0x00, 0xb7, 0xb7, 0xb7, 0x00, 0xb6, 0xb6, 0xb6, 0x00 // [0x530] 0x00fc2000 + 0x530 = 0x00fc2530 -.byte 0xb5, 0xb5, 0xb5, 0x00, 0xb4, 0xb4, 0xb4, 0x00, 0xb3, 0xb3, 0xb3, 0x00, 0xb2, 0xb2, 0xb2, 0x00 // [0x540] 0x00fc2000 + 0x540 = 0x00fc2540 -.byte 0xb1, 0xb1, 0xb1, 0x00, 0xb0, 0xb0, 0xb0, 0x00, 0xaf, 0xaf, 0xaf, 0x00, 0xae, 0xae, 0xae, 0x00 // [0x550] 0x00fc2000 + 0x550 = 0x00fc2550 -.byte 0xad, 0xad, 0xad, 0x00, 0xac, 0xac, 0xac, 0x00, 0xab, 0xab, 0xab, 0x00, 0xaa, 0xaa, 0xaa, 0x00 // [0x560] 0x00fc2000 + 0x560 = 0x00fc2560 -.byte 0xa9, 0xa9, 0xa9, 0x00, 0xa8, 0xa8, 0xa8, 0x00, 0xa7, 0xa7, 0xa7, 0x00, 0xa6, 0xa6, 0xa6, 0x00 // [0x570] 0x00fc2000 + 0x570 = 0x00fc2570 -.byte 0xa5, 0xa5, 0xa5, 0x00, 0xa4, 0xa4, 0xa4, 0x00, 0xa3, 0xa3, 0xa3, 0x00, 0xa2, 0xa2, 0xa2, 0x00 // [0x580] 0x00fc2000 + 0x580 = 0x00fc2580 -.byte 0xa1, 0xa1, 0xa1, 0x00, 0xa0, 0xa0, 0xa0, 0x00, 0x9f, 0x9f, 0x9f, 0x00, 0x9e, 0x9e, 0x9e, 0x00 // [0x590] 0x00fc2000 + 0x590 = 0x00fc2590 -.byte 0x9d, 0x9d, 0x9d, 0x00, 0x9c, 0x9c, 0x9c, 0x00, 0x9b, 0x9b, 0x9b, 0x00, 0x9a, 0x9a, 0x9a, 0x00 // [0x5a0] 0x00fc2000 + 0x5a0 = 0x00fc25a0 -.byte 0x99, 0x99, 0x99, 0x00, 0x98, 0x98, 0x98, 0x00, 0x97, 0x97, 0x97, 0x00, 0x96, 0x96, 0x96, 0x00 // [0x5b0] 0x00fc2000 + 0x5b0 = 0x00fc25b0 -.byte 0x95, 0x95, 0x95, 0x00, 0x94, 0x94, 0x94, 0x00, 0x93, 0x93, 0x93, 0x00, 0x92, 0x92, 0x92, 0x00 // [0x5c0] 0x00fc2000 + 0x5c0 = 0x00fc25c0 -.byte 0x91, 0x91, 0x91, 0x00, 0x90, 0x90, 0x90, 0x00, 0x8f, 0x8f, 0x8f, 0x00, 0x8e, 0x8e, 0x8e, 0x00 // [0x5d0] 0x00fc2000 + 0x5d0 = 0x00fc25d0 -.byte 0x8d, 0x8d, 0x8d, 0x00, 0x8c, 0x8c, 0x8c, 0x00, 0x8b, 0x8b, 0x8b, 0x00, 0x8a, 0x8a, 0x8a, 0x00 // [0x5e0] 0x00fc2000 + 0x5e0 = 0x00fc25e0 -.byte 0x89, 0x89, 0x89, 0x00, 0x88, 0x88, 0x88, 0x00, 0x87, 0x87, 0x87, 0x00, 0x86, 0x86, 0x86, 0x00 // [0x5f0] 0x00fc2000 + 0x5f0 = 0x00fc25f0 -.byte 0x85, 0x85, 0x85, 0x00, 0x84, 0x84, 0x84, 0x00, 0x83, 0x83, 0x83, 0x00, 0x82, 0x82, 0x82, 0x00 // [0x600] 0x00fc2000 + 0x600 = 0x00fc2600 -.byte 0x81, 0x81, 0x81, 0x00, 0x80, 0x80, 0x80, 0x00, 0x7f, 0x7f, 0x7f, 0x00, 0x7e, 0x7e, 0x7e, 0x00 // [0x610] 0x00fc2000 + 0x610 = 0x00fc2610 -.byte 0x7d, 0x7d, 0x7d, 0x00, 0x7c, 0x7c, 0x7c, 0x00, 0x7b, 0x7b, 0x7b, 0x00, 0x7a, 0x7a, 0x7a, 0x00 // [0x620] 0x00fc2000 + 0x620 = 0x00fc2620 -.byte 0x79, 0x79, 0x79, 0x00, 0x78, 0x78, 0x78, 0x00, 0x77, 0x77, 0x77, 0x00, 0x76, 0x76, 0x76, 0x00 // [0x630] 0x00fc2000 + 0x630 = 0x00fc2630 -.byte 0x75, 0x75, 0x75, 0x00, 0x74, 0x74, 0x74, 0x00, 0x73, 0x73, 0x73, 0x00, 0x72, 0x72, 0x72, 0x00 // [0x640] 0x00fc2000 + 0x640 = 0x00fc2640 -.byte 0x71, 0x71, 0x71, 0x00, 0x70, 0x70, 0x70, 0x00, 0x6f, 0x6f, 0x6f, 0x00, 0x6e, 0x6e, 0x6e, 0x00 // [0x650] 0x00fc2000 + 0x650 = 0x00fc2650 -.byte 0x6d, 0x6d, 0x6d, 0x00, 0x6c, 0x6c, 0x6c, 0x00, 0x6b, 0x6b, 0x6b, 0x00, 0x6a, 0x6a, 0x6a, 0x00 // [0x660] 0x00fc2000 + 0x660 = 0x00fc2660 -.byte 0x69, 0x69, 0x69, 0x00, 0x68, 0x68, 0x68, 0x00, 0x67, 0x67, 0x67, 0x00, 0x66, 0x66, 0x66, 0x00 // [0x670] 0x00fc2000 + 0x670 = 0x00fc2670 -.byte 0x65, 0x65, 0x65, 0x00, 0x64, 0x64, 0x64, 0x00, 0x63, 0x63, 0x63, 0x00, 0x62, 0x62, 0x62, 0x00 // [0x680] 0x00fc2000 + 0x680 = 0x00fc2680 -.byte 0x61, 0x61, 0x61, 0x00, 0x60, 0x60, 0x60, 0x00, 0x5f, 0x5f, 0x5f, 0x00, 0x5e, 0x5e, 0x5e, 0x00 // [0x690] 0x00fc2000 + 0x690 = 0x00fc2690 -.byte 0x5d, 0x5d, 0x5d, 0x00, 0x5c, 0x5c, 0x5c, 0x00, 0x5b, 0x5b, 0x5b, 0x00, 0x5a, 0x5a, 0x5a, 0x00 // [0x6a0] 0x00fc2000 + 0x6a0 = 0x00fc26a0 -.byte 0x59, 0x59, 0x59, 0x00, 0x58, 0x58, 0x58, 0x00, 0x57, 0x57, 0x57, 0x00, 0x56, 0x56, 0x56, 0x00 // [0x6b0] 0x00fc2000 + 0x6b0 = 0x00fc26b0 -.byte 0x55, 0x55, 0x55, 0x00, 0x54, 0x54, 0x54, 0x00, 0x53, 0x53, 0x53, 0x00, 0x52, 0x52, 0x52, 0x00 // [0x6c0] 0x00fc2000 + 0x6c0 = 0x00fc26c0 -.byte 0x51, 0x51, 0x51, 0x00, 0x50, 0x50, 0x50, 0x00, 0x4f, 0x4f, 0x4f, 0x00, 0x4e, 0x4e, 0x4e, 0x00 // [0x6d0] 0x00fc2000 + 0x6d0 = 0x00fc26d0 -.byte 0x4d, 0x4d, 0x4d, 0x00, 0x4c, 0x4c, 0x4c, 0x00, 0x4b, 0x4b, 0x4b, 0x00, 0x4a, 0x4a, 0x4a, 0x00 // [0x6e0] 0x00fc2000 + 0x6e0 = 0x00fc26e0 -.byte 0x49, 0x49, 0x49, 0x00, 0x48, 0x48, 0x48, 0x00, 0x46, 0x46, 0x46, 0x00, 0x45, 0x45, 0x45, 0x00 // [0x6f0] 0x00fc2000 + 0x6f0 = 0x00fc26f0 -.byte 0x44, 0x44, 0x44, 0x00, 0x43, 0x43, 0x43, 0x00, 0x42, 0x42, 0x42, 0x00, 0x41, 0x41, 0x41, 0x00 // [0x700] 0x00fc2000 + 0x700 = 0x00fc2700 -.byte 0x40, 0x40, 0x40, 0x00, 0x3f, 0x3f, 0x3f, 0x00, 0x3e, 0x3e, 0x3e, 0x00, 0x3d, 0x3d, 0x3d, 0x00 // [0x710] 0x00fc2000 + 0x710 = 0x00fc2710 -.byte 0x3c, 0x3c, 0x3c, 0x00, 0x3b, 0x3b, 0x3b, 0x00, 0x3a, 0x3a, 0x3a, 0x00, 0x39, 0x39, 0x39, 0x00 // [0x720] 0x00fc2000 + 0x720 = 0x00fc2720 -.byte 0x38, 0x38, 0x38, 0x00, 0x37, 0x37, 0x37, 0x00, 0x36, 0x36, 0x36, 0x00, 0x35, 0x35, 0x35, 0x00 // [0x730] 0x00fc2000 + 0x730 = 0x00fc2730 -.byte 0x34, 0x34, 0x34, 0x00, 0x33, 0x33, 0x33, 0x00, 0x32, 0x32, 0x32, 0x00, 0x31, 0x31, 0x31, 0x00 // [0x740] 0x00fc2000 + 0x740 = 0x00fc2740 -.byte 0x30, 0x30, 0x30, 0x00, 0x2f, 0x2f, 0x2f, 0x00, 0x2e, 0x2e, 0x2e, 0x00, 0x2d, 0x2d, 0x2d, 0x00 // [0x750] 0x00fc2000 + 0x750 = 0x00fc2750 -.byte 0x2c, 0x2c, 0x2c, 0x00, 0x2b, 0x2b, 0x2b, 0x00, 0x2a, 0x2a, 0x2a, 0x00, 0x29, 0x29, 0x29, 0x00 // [0x760] 0x00fc2000 + 0x760 = 0x00fc2760 -.byte 0x28, 0x28, 0x28, 0x00, 0x27, 0x27, 0x27, 0x00, 0x26, 0x26, 0x26, 0x00, 0x25, 0x25, 0x25, 0x00 // [0x770] 0x00fc2000 + 0x770 = 0x00fc2770 -.byte 0x24, 0x24, 0x24, 0x00, 0x23, 0x23, 0x23, 0x00, 0x22, 0x22, 0x22, 0x00, 0x21, 0x21, 0x21, 0x00 // [0x780] 0x00fc2000 + 0x780 = 0x00fc2780 -.byte 0x20, 0x20, 0x20, 0x00, 0x1f, 0x1f, 0x1f, 0x00, 0x1e, 0x1e, 0x1e, 0x00, 0x1d, 0x1d, 0x1d, 0x00 // [0x790] 0x00fc2000 + 0x790 = 0x00fc2790 -.byte 0x1c, 0x1c, 0x1c, 0x00, 0x1b, 0x1b, 0x1b, 0x00, 0x1a, 0x1a, 0x1a, 0x00, 0x19, 0x19, 0x19, 0x00 // [0x7a0] 0x00fc2000 + 0x7a0 = 0x00fc27a0 -.byte 0x18, 0x18, 0x18, 0x00, 0x17, 0x17, 0x17, 0x00, 0x16, 0x16, 0x16, 0x00, 0x15, 0x15, 0x15, 0x00 // [0x7b0] 0x00fc2000 + 0x7b0 = 0x00fc27b0 -.byte 0x14, 0x14, 0x14, 0x00, 0x13, 0x13, 0x13, 0x00, 0x12, 0x12, 0x12, 0x00, 0x11, 0x11, 0x11, 0x00 // [0x7c0] 0x00fc2000 + 0x7c0 = 0x00fc27c0 -.byte 0x10, 0x10, 0x10, 0x00, 0x0f, 0x0f, 0x0f, 0x00, 0x0e, 0x0e, 0x0e, 0x00, 0x0d, 0x0d, 0x0d, 0x00 // [0x7d0] 0x00fc2000 + 0x7d0 = 0x00fc27d0 -.byte 0x0c, 0x0c, 0x0c, 0x00, 0x0b, 0x0b, 0x0b, 0x00, 0x0a, 0x0a, 0x0a, 0x00, 0x09, 0x09, 0x09, 0x00 // [0x7e0] 0x00fc2000 + 0x7e0 = 0x00fc27e0 -.byte 0x08, 0x08, 0x08, 0x00, 0x07, 0x07, 0x07, 0x00, 0x06, 0x06, 0x06, 0x00, 0x05, 0x05, 0x05, 0x00 // [0x7f0] 0x00fc2000 + 0x7f0 = 0x00fc27f0 -.byte 0x04, 0x04, 0x04, 0x00, 0x03, 0x03, 0x03, 0x00, 0x02, 0x02, 0x02, 0x00, 0x01, 0x01, 0x01, 0x00 // [0x800] 0x00fc2000 + 0x800 = 0x00fc2800 -.byte 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x810] 0x00fc2000 + 0x810 = 0x00fc2810 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x820] 0x00fc2000 + 0x820 = 0x00fc2820 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x830] 0x00fc2000 + 0x830 = 0x00fc2830 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x840] 0x00fc2000 + 0x840 = 0x00fc2840 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x850] 0x00fc2000 + 0x850 = 0x00fc2850 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x860] 0x00fc2000 + 0x860 = 0x00fc2860 -.byte 0x03, 0x03, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x870] 0x00fc2000 + 0x870 = 0x00fc2870 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x880] 0x00fc2000 + 0x880 = 0x00fc2880 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x890] 0x00fc2000 + 0x890 = 0x00fc2890 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x8a0] 0x00fc2000 + 0x8a0 = 0x00fc28a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x8b0] 0x00fc2000 + 0x8b0 = 0x00fc28b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00 // [0x8c0] 0x00fc2000 + 0x8c0 = 0x00fc28c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x8d0] 0x00fc2000 + 0x8d0 = 0x00fc28d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x8e0] 0x00fc2000 + 0x8e0 = 0x00fc28e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x8f0] 0x00fc2000 + 0x8f0 = 0x00fc28f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x900] 0x00fc2000 + 0x900 = 0x00fc2900 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x910] 0x00fc2000 + 0x910 = 0x00fc2910 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x03, 0x08, 0x73, 0x83 // [0x920] 0x00fc2000 + 0x920 = 0x00fc2920 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x80, 0x83, 0x33, 0x03, 0x78, 0x83, 0x33, 0x03, 0x03, 0x03, 0x03, 0x18 // [0x930] 0x00fc2000 + 0x930 = 0x00fc2930 -.byte 0x68, 0x9b, 0xb3, 0xb3, 0x98, 0x58, 0x13, 0x03, 0x03, 0x03, 0x03, 0x63, 0x8b, 0x4b, 0x03, 0x03 // [0x940] 0x00fc2000 + 0x940 = 0x00fc2940 -.byte 0x03, 0x03, 0x33, 0x83, 0x7b, 0x23, 0x03, 0x23, 0x80, 0x7b, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x63 // [0x950] 0x00fc2000 + 0x950 = 0x00fc2950 -.byte 0x8b, 0x4b, 0x03, 0x03, 0x63, 0x83, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x80, 0x73, 0x30, 0x80, 0x80 // [0x960] 0x00fc2000 + 0x960 = 0x00fc2960 -.byte 0x23, 0x03, 0x03, 0x03, 0x03, 0x03, 0x6b, 0x8b, 0x48, 0x03, 0x73, 0x83, 0x7b, 0x80, 0x80, 0x73 // [0x970] 0x00fc2000 + 0x970 = 0x00fc2970 -.byte 0x50, 0x18, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x03, 0x10, 0xe2, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0x980] 0x00fc2000 + 0x980 = 0x00fc2980 -.byte 0xfa, 0xfa, 0x68, 0x08, 0xea, 0xfa, 0x68, 0x03, 0x03, 0x03, 0x63, 0xd2, 0xfa, 0xfa, 0xfa, 0xfa // [0x990] 0x00fc2000 + 0x990 = 0x00fc2990 -.byte 0xfa, 0xf7, 0xd2, 0x53, 0x03, 0x03, 0x03, 0xc2, 0xfa, 0x93, 0x03, 0x03, 0x03, 0x08, 0xba, 0xfa // [0x9a0] 0x00fc2000 + 0x9a0 = 0x00fc29a0 -.byte 0xfa, 0x40, 0x03, 0x48, 0xfa, 0xfa, 0x33, 0x03, 0x03, 0x03, 0x03, 0xc2, 0xfa, 0x98, 0x03, 0x03 // [0x9b0] 0x00fc2000 + 0x9b0 = 0x00fc29b0 -.byte 0xc7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0x33, 0xda, 0xfa, 0x78, 0x03, 0x03, 0x03 // [0x9c0] 0x00fc2000 + 0x9c0 = 0x00fc29c0 -.byte 0x03, 0x30, 0xf2, 0xfa, 0x58, 0x03, 0xe2, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xd2, 0x40, 0x03 // [0x9d0] 0x00fc2000 + 0x9d0 = 0x00fc29d0 -.byte 0x03, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xf2, 0xba, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x3b, 0x0b // [0x9e0] 0x00fc2000 + 0x9e0 = 0x00fc29e0 -.byte 0xdf, 0xfa, 0x63, 0x03, 0x03, 0x5b, 0xf7, 0xfa, 0xf2, 0xd2, 0xab, 0xab, 0xd2, 0xf7, 0xfa, 0xea // [0x9f0] 0x00fc2000 + 0x9f0 = 0x00fc29f0 -.byte 0x33, 0x03, 0x03, 0xba, 0xfa, 0x8b, 0x03, 0x03, 0x03, 0x40, 0xf2, 0xf2, 0xea, 0x3b, 0x03, 0x43 // [0xa00] 0x00fc2000 + 0xa00 = 0x00fc2a00 -.byte 0xf2, 0xea, 0x30, 0x03, 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0xca, 0x9b // [0xa10] 0x00fc2000 + 0xa10 = 0x00fc2a10 -.byte 0x9b, 0x9b, 0x9b, 0x9b, 0x93, 0x08, 0x78, 0xfa, 0xc2, 0x03, 0x03, 0x03, 0x03, 0x60, 0xfa, 0xe2 // [0xa20] 0x00fc2000 + 0xa20 = 0x00fc2a20 -.byte 0x1b, 0x0b, 0xd7, 0xf2, 0xba, 0x98, 0x9b, 0xb3, 0xea, 0xfa, 0xca, 0x13, 0x03, 0x03, 0x00, 0x00 // [0xa30] 0x00fc2000 + 0xa30 = 0x00fc2a30 -.byte 0x03, 0x0b, 0xd2, 0xfa, 0x68, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x63, 0x03 // [0xa40] 0x00fc2000 + 0xa40 = 0x00fc2a40 -.byte 0x23, 0xda, 0xfa, 0xda, 0x5b, 0x13, 0x03, 0x03, 0x13, 0x73, 0xe2, 0xfa, 0xc2, 0x18, 0x03, 0xba // [0xa50] 0x00fc2000 + 0xa50 = 0x00fc2a50 -.byte 0xfa, 0x8b, 0x03, 0x03, 0x18, 0xc2, 0xf7, 0xef, 0xea, 0x3b, 0x03, 0x43, 0xf2, 0xea, 0x30, 0x03 // [0xa60] 0x00fc2000 + 0xa60 = 0x00fc2a60 -.byte 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0x83, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xa70] 0x00fc2000 + 0xa70 = 0x00fc2a70 -.byte 0x03, 0x03, 0x38, 0xea, 0xea, 0xa3, 0x93, 0x93, 0x93, 0xc2, 0xfa, 0xb3, 0x03, 0x0b, 0xda, 0xfa // [0xa80] 0x00fc2000 + 0xa80 = 0x00fc2a80 -.byte 0x63, 0x03, 0x03, 0x03, 0x48, 0xda, 0xfa, 0x93, 0x03, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa // [0xa90] 0x00fc2000 + 0xa90 = 0x00fc2a90 -.byte 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x63, 0x03, 0x83, 0xfa, 0xf2, 0x50 // [0xaa0] 0x00fc2000 + 0xaa0 = 0x00fc2aa0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x43, 0xea, 0xfa, 0x8b, 0x03, 0xba, 0xfa, 0x8b, 0x03, 0x03 // [0xab0] 0x00fc2000 + 0xab0 = 0x00fc2ab0 -.byte 0x73, 0xfa, 0xe2, 0xea, 0xea, 0x3b, 0x03, 0x43, 0xf2, 0xea, 0x30, 0x03, 0x03, 0x03, 0x03, 0xb3 // [0xac0] 0x00fc2000 + 0xac0 = 0x00fc2ac0 -.byte 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0x88, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0xca // [0xad0] 0x00fc2000 + 0xad0 = 0x00fc2ad0 -.byte 0xf2, 0xfa, 0xfa, 0xfa, 0xfa, 0xf2, 0xfa, 0x7b, 0x03, 0x10, 0xda, 0xfa, 0x63, 0x03, 0x03, 0x03 // [0xae0] 0x00fc2000 + 0xae0 = 0x00fc2ae0 -.byte 0x03, 0x7b, 0xfa, 0xd7, 0x0b, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03 // [0xaf0] 0x00fc2000 + 0xaf0 = 0x00fc2af0 -.byte 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x60, 0x03, 0xba, 0xfa, 0x9b, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xb00] 0x00fc2000 + 0xb00 = 0x00fc2b00 -.byte 0x03, 0x03, 0x03, 0xab, 0xfa, 0xca, 0x0b, 0xb8, 0xfa, 0x8b, 0x03, 0x10, 0xca, 0xf7, 0x93, 0xe2 // [0xb10] 0x00fc2000 + 0xb10 = 0x00fc2b10 -.byte 0xea, 0x3b, 0x03, 0x43, 0xf2, 0xea, 0x23, 0x03, 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03 // [0xb20] 0x00fc2000 + 0xb20 = 0x00fc2b20 -.byte 0xba, 0xfa, 0x83, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x93, 0xfa, 0xc2, 0x60, 0x63 // [0xb30] 0x00fc2000 + 0xb30 = 0x00fc2b30 -.byte 0x7b, 0xea, 0xf2, 0x43, 0x03, 0x10, 0xda, 0xfa, 0x68, 0x03, 0x03, 0x03, 0x03, 0x4b, 0xf2, 0xe7 // [0xb40] 0x00fc2000 + 0xb40 = 0x00fc2b40 -.byte 0x2b, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13 // [0xb50] 0x00fc2000 + 0xb50 = 0x00fc2b50 -.byte 0xdf, 0xfa, 0x5b, 0x0b, 0xe2, 0xf2, 0x48, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x6b // [0xb60] 0x00fc2000 + 0xb60 = 0x00fc2b60 -.byte 0xfa, 0xe2, 0x28, 0xb3, 0xfa, 0x8b, 0x03, 0x6b, 0xfa, 0xb8, 0x3b, 0xe7, 0xea, 0x3b, 0x03, 0x43 // [0xb70] 0x00fc2000 + 0xb70 = 0x00fc2b70 -.byte 0xef, 0xea, 0x9b, 0x83, 0x88, 0x88, 0x88, 0xd2, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0xba, 0x73 // [0xb80] 0x00fc2000 + 0xb80 = 0x00fc2b80 -.byte 0x73, 0x73, 0x78, 0x73, 0x1b, 0x03, 0x03, 0x53, 0xfa, 0xca, 0x03, 0x03, 0x53, 0xfa, 0xd2, 0x13 // [0xb90] 0x00fc2000 + 0xb90 = 0x00fc2b90 -.byte 0x03, 0x10, 0xda, 0xfa, 0x68, 0x03, 0x03, 0x03, 0x03, 0x33, 0xea, 0xea, 0x3b, 0x03, 0x00, 0x00 // [0xba0] 0x00fc2000 + 0xba0 = 0x00fc2ba0 -.byte 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x5b, 0x1b // [0xbb0] 0x00fc2000 + 0xbb0 = 0x00fc2bb0 -.byte 0xea, 0xef, 0x3b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x63, 0xfa, 0xe2, 0x2b, 0xb3 // [0xbc0] 0x00fc2000 + 0xbc0 = 0x00fc2bc0 -.byte 0xfa, 0x83, 0x03, 0xd2, 0xf2, 0x33, 0x2b, 0xea, 0xea, 0x3b, 0x03, 0x43, 0xea, 0xef, 0xfa, 0xfa // [0xbd0] 0x00fc2000 + 0xbd0 = 0x00fc2bd0 -.byte 0xfa, 0xfa, 0xfa, 0xf2, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xf2, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xbe0] 0x00fc2000 + 0xbe0 = 0x00fc2be0 -.byte 0x3b, 0x03, 0x03, 0x1b, 0xe2, 0xf2, 0x38, 0x03, 0x93, 0xfa, 0xa0, 0x03, 0x03, 0x10, 0xda, 0xfa // [0xbf0] 0x00fc2000 + 0xbf0 = 0x00fc2bf0 -.byte 0x68, 0x03, 0x03, 0x03, 0x03, 0x33, 0xea, 0xea, 0x3b, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa // [0xc00] 0x00fc2000 + 0xc00 = 0x00fc2c00 -.byte 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x5b, 0x03, 0xd7, 0xfa, 0x5b, 0x03 // [0xc10] 0x00fc2000 + 0xc10 = 0x00fc2c10 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x80, 0xfa, 0xda, 0x1b, 0xb3, 0xfa, 0x7b, 0x58, 0xfa // [0xc20] 0x00fc2000 + 0xc20 = 0x00fc2c20 -.byte 0x9b, 0x03, 0x33, 0xea, 0xea, 0x3b, 0x03, 0x43, 0xef, 0xea, 0xa3, 0x90, 0x90, 0x90, 0x93, 0xd7 // [0xc30] 0x00fc2000 + 0xc30 = 0x00fc2c30 -.byte 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0xca, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x23, 0x03, 0x03, 0x03 // [0xc40] 0x00fc2000 + 0xc40 = 0x00fc2c40 -.byte 0xb8, 0xfa, 0x63, 0x03, 0xc2, 0xfa, 0x58, 0x03, 0x03, 0x10, 0xda, 0xfa, 0x68, 0x03, 0x03, 0x03 // [0xc50] 0x00fc2000 + 0xc50 = 0x00fc2c50 -.byte 0x03, 0x4b, 0xf2, 0xea, 0x2b, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03 // [0xc60] 0x00fc2000 + 0xc60 = 0x00fc2c60 -.byte 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x60, 0x03, 0xa3, 0xfa, 0xca, 0x1b, 0x03, 0x03, 0x03, 0x03 // [0xc70] 0x00fc2000 + 0xc70 = 0x00fc2c70 -.byte 0x03, 0x03, 0x13, 0xcf, 0xfa, 0xb3, 0x08, 0xb8, 0xfa, 0xba, 0xda, 0xea, 0x2b, 0x03, 0x33, 0xea // [0xc80] 0x00fc2000 + 0xc80 = 0x00fc2c80 -.byte 0xea, 0x3b, 0x03, 0x43, 0xef, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03 // [0xc90] 0x00fc2000 + 0xc90 = 0x00fc2c90 -.byte 0xba, 0xfa, 0x83, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x68, 0xfa, 0x9b, 0x23 // [0xca0] 0x00fc2000 + 0xca0 = 0x00fc2ca0 -.byte 0xea, 0xca, 0x0b, 0x03, 0x03, 0x10, 0xda, 0xfa, 0x68, 0x03, 0x03, 0x03, 0x03, 0x7b, 0xfa, 0xd2 // [0xcb0] 0x00fc2000 + 0xcb0 = 0x00fc2cb0 -.byte 0x10, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13 // [0xcc0] 0x00fc2000 + 0xcc0 = 0x00fc2cc0 -.byte 0xdf, 0xfa, 0x63, 0x03, 0x5b, 0xfa, 0xfa, 0x9b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x98, 0xfa // [0xcd0] 0x00fc2000 + 0xcd0 = 0x00fc2cd0 -.byte 0xf2, 0x53, 0x03, 0xba, 0xf2, 0xef, 0xfa, 0xa3, 0x03, 0x03, 0x33, 0xea, 0xea, 0x3b, 0x03, 0x43 // [0xce0] 0x00fc2000 + 0xce0 = 0x00fc2ce0 -.byte 0xef, 0xea, 0x30, 0x03, 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0x83, 0x03 // [0xcf0] 0x00fc2000 + 0xcf0 = 0x00fc2cf0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xc7, 0x6b, 0xfa, 0x93, 0x03, 0x03 // [0xd00] 0x00fc2000 + 0xd00 = 0x00fc2d00 -.byte 0x03, 0x10, 0xda, 0xfa, 0x63, 0x03, 0x03, 0x03, 0x1b, 0xca, 0xfa, 0xa3, 0x03, 0x03, 0x00, 0x00 // [0xd10] 0x00fc2000 + 0xd10 = 0x00fc2d10 -.byte 0x03, 0x0b, 0xd2, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xdf, 0xfa, 0x63, 0x03 // [0xd20] 0x00fc2000 + 0xd20 = 0x00fc2d20 -.byte 0x0b, 0xb0, 0xfa, 0xf2, 0xab, 0x5b, 0x33, 0x33, 0x5b, 0xbf, 0xf7, 0xfa, 0x8b, 0x03, 0x03, 0xba // [0xd30] 0x00fc2000 + 0xd30 = 0x00fc2d30 -.byte 0xf2, 0xef, 0xea, 0x3b, 0x03, 0x03, 0x33, 0xea, 0xea, 0x3b, 0x03, 0x43, 0xf2, 0xea, 0x30, 0x03 // [0xd40] 0x00fc2000 + 0xd40 = 0x00fc2d40 -.byte 0x03, 0x03, 0x03, 0xb3, 0xfa, 0x8b, 0x03, 0x03, 0xba, 0xfa, 0x9b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b // [0xd50] 0x00fc2000 + 0xd50 = 0x00fc2d50 -.byte 0x28, 0x03, 0x03, 0x03, 0x03, 0xa0, 0xf2, 0xda, 0xf7, 0x5b, 0x03, 0x03, 0x03, 0x10, 0xd7, 0xfa // [0xd60] 0x00fc2000 + 0xd60 = 0x00fc2d60 -.byte 0x80, 0x2b, 0x33, 0x5b, 0xc7, 0xfa, 0xda, 0x2b, 0x03, 0x03, 0x00, 0x00, 0x03, 0x10, 0xda, 0xfa // [0xd70] 0x00fc2000 + 0xd70 = 0x00fc2d70 -.byte 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xe2, 0xfa, 0x63, 0x03, 0x03, 0x1b, 0xc2, 0xfa // [0xd80] 0x00fc2000 + 0xd80 = 0x00fc2d80 -.byte 0xfa, 0xf7, 0xea, 0xea, 0xf7, 0xfa, 0xfa, 0xab, 0x0b, 0x03, 0x08, 0xba, 0xfa, 0xfa, 0xa3, 0x03 // [0xd90] 0x00fc2000 + 0xd90 = 0x00fc2d90 -.byte 0x03, 0x03, 0x38, 0xef, 0xf2, 0x3b, 0x03, 0x43, 0xf2, 0xea, 0x33, 0x03, 0x03, 0x03, 0x03, 0xba // [0xda0] 0x00fc2000 + 0xda0 = 0x00fc2da0 -.byte 0xfa, 0x90, 0x03, 0x03, 0xbf, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xca, 0x0b, 0x03, 0x03 // [0xdb0] 0x00fc2000 + 0xdb0 = 0x00fc2db0 -.byte 0x03, 0x63, 0xfa, 0xfa, 0xe2, 0x23, 0x03, 0x03, 0x03, 0x10, 0xda, 0xf2, 0xea, 0xea, 0xea, 0xf7 // [0xdc0] 0x00fc2000 + 0xdc0 = 0x00fc2dc0 -.byte 0xfa, 0xf7, 0x58, 0x03, 0x03, 0x03, 0x00, 0x00, 0x03, 0x0b, 0xca, 0xf2, 0x63, 0x03, 0x03, 0x03 // [0xdd0] 0x00fc2000 + 0xdd0 = 0x00fc2dd0 -.byte 0x03, 0x03, 0x03, 0x13, 0xd2, 0xef, 0x5b, 0x03, 0x03, 0x03, 0x1b, 0x83, 0xda, 0xf2, 0xfa, 0xf7 // [0xde0] 0x00fc2000 + 0xde0 = 0x00fc2de0 -.byte 0xf2, 0xd2, 0x83, 0x13, 0x03, 0x03, 0x03, 0xb3, 0xea, 0xd2, 0x2b, 0x03, 0x03, 0x03, 0x33, 0xe2 // [0xdf0] 0x00fc2000 + 0xdf0 = 0x00fc2df0 -.byte 0xe2, 0x3b, 0x03, 0x43, 0xe2, 0xdf, 0x2b, 0x03, 0x03, 0x03, 0x03, 0xab, 0xf2, 0x88, 0x03, 0x03 // [0xe00] 0x00fc2000 + 0xe00 = 0x00fc2e00 -.byte 0xb3, 0xea, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xea, 0xc7, 0x0b, 0x03, 0x03, 0x03, 0x2b, 0xda, 0xea // [0xe10] 0x00fc2000 + 0xe10 = 0x00fc2e10 -.byte 0xb3, 0x08, 0x03, 0x03, 0x03, 0x0b, 0xca, 0xe2, 0xe2, 0xe2, 0xe2, 0xda, 0xb3, 0x63, 0x03, 0x03 // [0xe20] 0x00fc2000 + 0xe20 = 0x00fc2e20 -.byte 0x03, 0x03, 0x00, 0x00, 0x03, 0x03, 0x1b, 0x20, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xe30] 0x00fc2000 + 0xe30 = 0x00fc2e30 -.byte 0x1b, 0x1b, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0x43, 0x60, 0x5b, 0x43, 0x13, 0x03, 0x03 // [0xe40] 0x00fc2000 + 0xe40 = 0x00fc2e40 -.byte 0x03, 0x03, 0x03, 0x18, 0x20, 0x13, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x1b, 0x1b, 0x0b, 0x03, 0x0b // [0xe50] 0x00fc2000 + 0xe50 = 0x00fc2e50 -.byte 0x1b, 0x1b, 0x08, 0x03, 0x03, 0x03, 0x03, 0x18, 0x20, 0x13, 0x03, 0x03, 0x18, 0x1b, 0x1b, 0x1b // [0xe60] 0x00fc2000 + 0xe60 = 0x00fc2e60 -.byte 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0x20, 0x13, 0x03, 0x03, 0x03 // [0xe70] 0x00fc2000 + 0xe70 = 0x00fc2e70 -.byte 0x03, 0x03, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00 // [0xe80] 0x00fc2000 + 0xe80 = 0x00fc2e80 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xe90] 0x00fc2000 + 0xe90 = 0x00fc2e90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xea0] 0x00fc2000 + 0xea0 = 0x00fc2ea0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xeb0] 0x00fc2000 + 0xeb0 = 0x00fc2eb0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xec0] 0x00fc2000 + 0xec0 = 0x00fc2ec0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0xed0] 0x00fc2000 + 0xed0 = 0x00fc2ed0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x03, 0x0b, 0x73, 0x7b // [0xee0] 0x00fc2000 + 0xee0 = 0x00fc2ee0 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b // [0xef0] 0x00fc2000 + 0xef0 = 0x00fc2ef0 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b // [0xf00] 0x00fc2000 + 0xf00 = 0x00fc2f00 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b // [0xf10] 0x00fc2000 + 0xf10 = 0x00fc2f10 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b // [0xf20] 0x00fc2000 + 0xf20 = 0x00fc2f20 -.byte 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b // [0xf30] 0x00fc2000 + 0xf30 = 0x00fc2f30 -.byte 0x7b, 0x7b, 0x7b, 0x78, 0x1b, 0x03, 0x00, 0x00, 0x03, 0x1b, 0xef, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xf40] 0x00fc2000 + 0xf40 = 0x00fc2f40 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xf50] 0x00fc2000 + 0xf50 = 0x00fc2f50 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xf60] 0x00fc2000 + 0xf60 = 0x00fc2f60 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xf70] 0x00fc2000 + 0xf70 = 0x00fc2f70 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0xf80] 0x00fc2000 + 0xf80 = 0x00fc2f80 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7 // [0xf90] 0x00fc2000 + 0xf90 = 0x00fc2f90 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0xa3, 0x93, 0x93, 0x93, 0x93, 0xa3, 0xea, 0xea // [0xfa0] 0x00fc2000 + 0xfa0 = 0x00fc2fa0 -.byte 0xea, 0xea, 0xea, 0xef, 0xdf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa3, 0xe7, 0xea, 0xea, 0xea, 0xea // [0xfb0] 0x00fc2000 + 0xfb0 = 0x00fc2fb0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0xfc0] 0x00fc2000 + 0xfc0 = 0x00fc2fc0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0xfd0] 0x00fc2000 + 0xfd0 = 0x00fc2fd0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0xfe0] 0x00fc2000 + 0xfe0 = 0x00fc2fe0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0xff0] 0x00fc2000 + 0xff0 = 0x00fc2ff0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x23, 0x03, 0x03, 0x03, 0x03, 0x2b, 0xe7, 0xef, 0xea, 0xea, 0xea, 0xf7 // [0x1000] 0x00fc2000 + 0x1000 = 0x00fc3000 -.byte 0xa8, 0x03, 0x03, 0x03, 0x03, 0x03, 0x5b, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1010] 0x00fc2000 + 0x1010 = 0x00fc3010 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1020] 0x00fc2000 + 0x1020 = 0x00fc3020 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1030] 0x00fc2000 + 0x1030 = 0x00fc3030 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1040] 0x00fc2000 + 0x1040 = 0x00fc3040 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1050] 0x00fc2000 + 0x1050 = 0x00fc3050 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x33, 0xea, 0xef, 0xea, 0xea, 0xea, 0xfa, 0x88, 0x03, 0x03, 0x03 // [0x1060] 0x00fc2000 + 0x1060 = 0x00fc3060 -.byte 0x03, 0x0b, 0xca, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1070] 0x00fc2000 + 0x1070 = 0x00fc3070 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1080] 0x00fc2000 + 0x1080 = 0x00fc3080 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1090] 0x00fc2000 + 0x1090 = 0x00fc3090 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x10a0] 0x00fc2000 + 0x10a0 = 0x00fc30a0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x10b0] 0x00fc2000 + 0x10b0 = 0x00fc30b0 -.byte 0x03, 0x2b, 0xe7, 0xef, 0xea, 0xea, 0xea, 0xfa, 0x73, 0x03, 0x03, 0x03, 0x03, 0x48, 0xf2, 0xea // [0x10c0] 0x00fc2000 + 0x10c0 = 0x00fc30c0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x10d0] 0x00fc2000 + 0x10d0 = 0x00fc30d0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x10e0] 0x00fc2000 + 0x10e0 = 0x00fc30e0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x10f0] 0x00fc2000 + 0x10f0 = 0x00fc30f0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1100] 0x00fc2000 + 0x1100 = 0x00fc3100 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x13, 0xd7, 0xf2 // [0x1110] 0x00fc2000 + 0x1110 = 0x00fc3110 -.byte 0xea, 0xea, 0xea, 0xf7, 0x68, 0x03, 0x03, 0x03, 0x03, 0xab, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1120] 0x00fc2000 + 0x1120 = 0x00fc3120 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1130] 0x00fc2000 + 0x1130 = 0x00fc3130 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1140] 0x00fc2000 + 0x1140 = 0x00fc3140 -.byte 0xea, 0xef, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1150] 0x00fc2000 + 0x1150 = 0x00fc3150 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1160] 0x00fc2000 + 0x1160 = 0x00fc3160 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0xb8, 0xf7, 0xea, 0xea, 0xea, 0xf7 // [0x1170] 0x00fc2000 + 0x1170 = 0x00fc3170 -.byte 0x68, 0x03, 0x03, 0x03, 0x20, 0xe2, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1180] 0x00fc2000 + 0x1180 = 0x00fc3180 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1190] 0x00fc2000 + 0x1190 = 0x00fc3190 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xfa, 0xea, 0xea, 0xf2 // [0x11a0] 0x00fc2000 + 0x11a0 = 0x00fc31a0 -.byte 0xea, 0xea, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x11b0] 0x00fc2000 + 0x11b0 = 0x00fc31b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x11c0] 0x00fc2000 + 0x11c0 = 0x00fc31c0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x70, 0xf7, 0xea, 0xea, 0xea, 0xfa, 0x73, 0x03, 0x03, 0x03 // [0x11d0] 0x00fc2000 + 0x11d0 = 0x00fc31d0 -.byte 0x3b, 0xea, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x11e0] 0x00fc2000 + 0x11e0 = 0x00fc31e0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x11f0] 0x00fc2000 + 0x11f0 = 0x00fc31f0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xea, 0x93, 0x3b, 0x4b, 0xe2, 0xf2, 0xea, 0xea, 0xf2 // [0x1200] 0x00fc2000 + 0x1200 = 0x00fc3200 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1210] 0x00fc2000 + 0x1210 = 0x00fc3210 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1220] 0x00fc2000 + 0x1220 = 0x00fc3220 -.byte 0x03, 0x03, 0x10, 0xcf, 0xf2, 0xea, 0xea, 0xfa, 0x90, 0x03, 0x03, 0x03, 0x4b, 0xef, 0xef, 0xea // [0x1230] 0x00fc2000 + 0x1230 = 0x00fc3230 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1240] 0x00fc2000 + 0x1240 = 0x00fc3240 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1250] 0x00fc2000 + 0x1250 = 0x00fc3250 -.byte 0xf2, 0xfa, 0xcf, 0x3b, 0x03, 0x03, 0x03, 0x53, 0xea, 0xf2, 0x7b, 0xa3, 0xfa, 0xea, 0xea, 0xea // [0x1260] 0x00fc2000 + 0x1260 = 0x00fc3260 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1270] 0x00fc2000 + 0x1270 = 0x00fc3270 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x80 // [0x1280] 0x00fc2000 + 0x1280 = 0x00fc3280 -.byte 0xfa, 0xea, 0xea, 0xf2, 0xb3, 0x03, 0x03, 0x03, 0x3b, 0xea, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1290] 0x00fc2000 + 0x1290 = 0x00fc3290 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x12a0] 0x00fc2000 + 0x12a0 = 0x00fc32a0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xfa, 0xe2, 0x80, 0x1b, 0x03 // [0x12b0] 0x00fc2000 + 0x12b0 = 0x00fc32b0 -.byte 0x03, 0x03, 0x03, 0x03, 0xba, 0xfa, 0x73, 0x0b, 0xba, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x12c0] 0x00fc2000 + 0x12c0 = 0x00fc32c0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x12d0] 0x00fc2000 + 0x12d0 = 0x00fc32d0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0xd7, 0xf2, 0xea, 0xef // [0x12e0] 0x00fc2000 + 0x12e0 = 0x00fc32e0 -.byte 0xe2, 0x20, 0x03, 0x03, 0x1b, 0xda, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x12f0] 0x00fc2000 + 0x12f0 = 0x00fc32f0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1300] 0x00fc2000 + 0x1300 = 0x00fc3300 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xea, 0x98, 0x33, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1310] 0x00fc2000 + 0x1310 = 0x00fc3310 -.byte 0xa3, 0xfa, 0x5b, 0x03, 0x1b, 0xca, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1320] 0x00fc2000 + 0x1320 = 0x00fc3320 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1330] 0x00fc2000 + 0x1330 = 0x00fc3330 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x6b, 0xfa, 0xea, 0xea, 0xfa, 0x68, 0x03, 0x03 // [0x1340] 0x00fc2000 + 0x1340 = 0x00fc3340 -.byte 0x03, 0x8b, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1350] 0x00fc2000 + 0x1350 = 0x00fc3350 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2 // [0x1360] 0x00fc2000 + 0x1360 = 0x00fc3360 -.byte 0xfa, 0xcf, 0x3b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x20, 0xda, 0xda, 0x13, 0x03 // [0x1370] 0x00fc2000 + 0x1370 = 0x00fc3370 -.byte 0x03, 0x73, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1380] 0x00fc2000 + 0x1380 = 0x00fc3380 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1390] 0x00fc2000 + 0x1390 = 0x00fc3390 -.byte 0x03, 0x03, 0x03, 0x03, 0x0b, 0xa3, 0xf7, 0xea, 0xf2, 0xba, 0x03, 0x03, 0x03, 0x33, 0xea, 0xef // [0x13a0] 0x00fc2000 + 0x13a0 = 0x00fc33a0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x13b0] 0x00fc2000 + 0x13b0 = 0x00fc33b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xfa, 0xe2, 0x83, 0x23, 0x03, 0x03 // [0x13c0] 0x00fc2000 + 0x13c0 = 0x00fc33c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x20, 0xba, 0xfa, 0x83, 0x03, 0x03, 0x03, 0x40, 0xef, 0xea // [0x13d0] 0x00fc2000 + 0x13d0 = 0x00fc33d0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x13e0] 0x00fc2000 + 0x13e0 = 0x00fc33e0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x13f0] 0x00fc2000 + 0x13f0 = 0x00fc33f0 -.byte 0x03, 0x0b, 0xb3, 0xfa, 0xea, 0xf2, 0x73, 0x03, 0x03, 0x03, 0x8b, 0xfa, 0xea, 0xea, 0xea, 0xea // [0x1400] 0x00fc2000 + 0x1400 = 0x00fc3400 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1410] 0x00fc2000 + 0x1410 = 0x00fc3410 -.byte 0xea, 0xea, 0xea, 0xea, 0xf2, 0xea, 0x9b, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1420] 0x00fc2000 + 0x1420 = 0x00fc3420 -.byte 0x03, 0x48, 0xd2, 0xfa, 0xba, 0x10, 0x03, 0x1b, 0x73, 0xba, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1430] 0x00fc2000 + 0x1430 = 0x00fc3430 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1440] 0x00fc2000 + 0x1440 = 0x00fc3440 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b, 0xda // [0x1450] 0x00fc2000 + 0x1450 = 0x00fc3450 -.byte 0xfa, 0xef, 0xf2, 0x4b, 0x03, 0x03, 0x13, 0xca, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1460] 0x00fc2000 + 0x1460 = 0x00fc3460 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xfa // [0x1470] 0x00fc2000 + 0x1470 = 0x00fc3470 -.byte 0xd2, 0x4b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x7b, 0xf2, 0xfa, 0xba // [0x1480] 0x00fc2000 + 0x1480 = 0x00fc3480 -.byte 0x1b, 0x0b, 0x5b, 0xda, 0xf2, 0xea, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1490] 0x00fc2000 + 0x1490 = 0x00fc3490 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x14a0] 0x00fc2000 + 0x14a0 = 0x00fc34a0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b, 0xba, 0xfa, 0xf2, 0xda // [0x14b0] 0x00fc2000 + 0x14b0 = 0x00fc34b0 -.byte 0x33, 0x03, 0x03, 0x23, 0xb3, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x14c0] 0x00fc2000 + 0x14c0 = 0x00fc34c0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xfa, 0xca, 0x6b, 0x18, 0x03, 0x03, 0x03 // [0x14d0] 0x00fc2000 + 0x14d0 = 0x00fc34d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x08, 0x53, 0xca, 0xfa, 0xda, 0x70, 0x0b, 0x48, 0xca, 0xf7, 0x93 // [0x14e0] 0x00fc2000 + 0x14e0 = 0x00fc34e0 -.byte 0x20, 0x28, 0xd2, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x14f0] 0x00fc2000 + 0x14f0 = 0x00fc34f0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1500] 0x00fc2000 + 0x1500 = 0x00fc3500 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xa3, 0xfa, 0xfa, 0xda, 0x4b, 0x03, 0x03 // [0x1510] 0x00fc2000 + 0x1510 = 0x00fc3510 -.byte 0x0b, 0xa3, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1520] 0x00fc2000 + 0x1520 = 0x00fc3520 -.byte 0xea, 0xea, 0xf2, 0xfa, 0xe2, 0x7b, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1530] 0x00fc2000 + 0x1530 = 0x00fc3530 -.byte 0x23, 0xbf, 0xfa, 0xd7, 0x60, 0x18, 0x03, 0x9b, 0xf2, 0xf7, 0xe7, 0x98, 0x6b, 0x1b, 0x63, 0xf2 // [0x1540] 0x00fc2000 + 0x1540 = 0x00fc3540 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1550] 0x00fc2000 + 0x1550 = 0x00fc3550 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1560] 0x00fc2000 + 0x1560 = 0x00fc3560 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x83, 0xda, 0xfa, 0xef, 0x63, 0x03, 0x03, 0x0b, 0x63, 0xca // [0x1570] 0x00fc2000 + 0x1570 = 0x00fc3570 -.byte 0xf7, 0xfa, 0xf2, 0xef, 0xef, 0xea, 0xea, 0xea, 0xef, 0xef, 0xf2, 0xf2, 0xfa, 0xf2, 0xda, 0x93 // [0x1580] 0x00fc2000 + 0x1580 = 0x00fc3580 -.byte 0x30, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x78, 0xda, 0xca, 0x6b, 0x1b // [0x1590] 0x00fc2000 + 0x1590 = 0x00fc3590 -.byte 0x03, 0x03, 0x98, 0xfa, 0xef, 0xea, 0xea, 0xf7, 0xfa, 0xda, 0xb3, 0xe7, 0xea, 0xea, 0xea, 0xea // [0x15a0] 0x00fc2000 + 0x15a0 = 0x00fc35a0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x15b0] 0x00fc2000 + 0x15b0 = 0x00fc35b0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x15c0] 0x00fc2000 + 0x15c0 = 0x00fc35c0 -.byte 0x03, 0x03, 0x03, 0x23, 0x8b, 0xda, 0xfa, 0xb3, 0x43, 0x03, 0x03, 0x13, 0x5b, 0x9b, 0xcf, 0xe7 // [0x15d0] 0x00fc2000 + 0x15d0 = 0x00fc35d0 -.byte 0xea, 0xf2, 0xf2, 0xf2, 0xef, 0xea, 0xda, 0xba, 0x90, 0x50, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x15e0] 0x00fc2000 + 0x15e0 = 0x00fc35e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x3b, 0xc2, 0xd2, 0x6b, 0x0b, 0x03, 0x03, 0x03, 0x83, 0xfa, 0xea // [0x15f0] 0x00fc2000 + 0x15f0 = 0x00fc35f0 -.byte 0xfa, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1600] 0x00fc2000 + 0x1600 = 0x00fc3600 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2 // [0x1610] 0x00fc2000 + 0x1610 = 0x00fc3610 -.byte 0x4b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1620] 0x00fc2000 + 0x1620 = 0x00fc3620 -.byte 0x03, 0x13, 0x63, 0xda, 0xf2, 0xb0, 0x3b, 0x03, 0x03, 0x03, 0x0b, 0x2b, 0x43, 0x58, 0x5b, 0x5b // [0x1630] 0x00fc2000 + 0x1630 = 0x00fc3630 -.byte 0x4b, 0x33, 0x18, 0x08, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1640] 0x00fc2000 + 0x1640 = 0x00fc3640 -.byte 0x7b, 0xf2, 0x8b, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x50, 0xf2, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1650] 0x00fc2000 + 0x1650 = 0x00fc3650 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1660] 0x00fc2000 + 0x1660 = 0x00fc3660 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xfa, 0x88, 0x03, 0x03, 0x03 // [0x1670] 0x00fc2000 + 0x1670 = 0x00fc3670 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13 // [0x1680] 0x00fc2000 + 0x1680 = 0x00fc3680 -.byte 0x48, 0x8b, 0xa0, 0x78, 0x3b, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1690] 0x00fc2000 + 0x1690 = 0x00fc3690 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x8b, 0xe2, 0x6b, 0x03, 0x03 // [0x16a0] 0x00fc2000 + 0x16a0 = 0x00fc36a0 -.byte 0x03, 0x03, 0x03, 0x03, 0xa0, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x16b0] 0x00fc2000 + 0x16b0 = 0x00fc36b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x16c0] 0x00fc2000 + 0x16c0 = 0x00fc36c0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2, 0xd7, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x16d0] 0x00fc2000 + 0x16d0 = 0x00fc36d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b // [0x16e0] 0x00fc2000 + 0x16e0 = 0x00fc36e0 -.byte 0x23, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x16f0] 0x00fc2000 + 0x16f0 = 0x00fc36f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0xb3, 0xba, 0x23, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b // [0x1700] 0x00fc2000 + 0x1700 = 0x00fc3700 -.byte 0xca, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1710] 0x00fc2000 + 0x1710 = 0x00fc3710 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1720] 0x00fc2000 + 0x1720 = 0x00fc3720 -.byte 0x03, 0x18, 0xe2, 0xef, 0xfa, 0x83, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1730] 0x00fc2000 + 0x1730 = 0x00fc3730 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1740] 0x00fc2000 + 0x1740 = 0x00fc3740 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1750] 0x00fc2000 + 0x1750 = 0x00fc3750 -.byte 0x0b, 0xb8, 0xca, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0xe2, 0xef, 0xea, 0xea // [0x1760] 0x00fc2000 + 0x1760 = 0x00fc3760 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1770] 0x00fc2000 + 0x1770 = 0x00fc3770 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xef // [0x1780] 0x00fc2000 + 0x1780 = 0x00fc3780 -.byte 0xf2, 0xda, 0x20, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1790] 0x00fc2000 + 0x1790 = 0x00fc3790 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x17a0] 0x00fc2000 + 0x17a0 = 0x00fc37a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0xa0, 0x9b, 0x10, 0x03 // [0x17b0] 0x00fc2000 + 0x17b0 = 0x00fc37b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b, 0xe7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x17c0] 0x00fc2000 + 0x17c0 = 0x00fc37c0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x17d0] 0x00fc2000 + 0x17d0 = 0x00fc37d0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2, 0xea, 0xfa, 0x83, 0x03 // [0x17e0] 0x00fc2000 + 0x17e0 = 0x00fc37e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x17f0] 0x00fc2000 + 0x17f0 = 0x00fc37f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1800] 0x00fc2000 + 0x1800 = 0x00fc3800 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xab, 0xb3, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1810] 0x00fc2000 + 0x1810 = 0x00fc3810 -.byte 0x03, 0x03, 0x03, 0x33, 0xea, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1820] 0x00fc2000 + 0x1820 = 0x00fc3820 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1830] 0x00fc2000 + 0x1830 = 0x00fc3830 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xef, 0xea, 0xf2, 0xda, 0x20, 0x03, 0x03, 0x03, 0x03 // [0x1840] 0x00fc2000 + 0x1840 = 0x00fc3840 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1850] 0x00fc2000 + 0x1850 = 0x00fc3850 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1860] 0x00fc2000 + 0x1860 = 0x00fc3860 -.byte 0x03, 0x03, 0x63, 0xc2, 0x20, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x33 // [0x1870] 0x00fc2000 + 0x1870 = 0x00fc3870 -.byte 0xea, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1880] 0x00fc2000 + 0x1880 = 0x00fc3880 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1890] 0x00fc2000 + 0x1890 = 0x00fc3890 -.byte 0x03, 0x18, 0xe2, 0xef, 0xea, 0xea, 0xf7, 0xb8, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x18a0] 0x00fc2000 + 0x18a0 = 0x00fc38a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x18b0] 0x00fc2000 + 0x18b0 = 0x00fc38b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x28, 0xba, 0x1b // [0x18c0] 0x00fc2000 + 0x18c0 = 0x00fc38c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x28, 0xe2, 0xef, 0xea, 0xea // [0x18d0] 0x00fc2000 + 0x18d0 = 0x00fc38d0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x18e0] 0x00fc2000 + 0x18e0 = 0x00fc38e0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2 // [0x18f0] 0x00fc2000 + 0x18f0 = 0x00fc38f0 -.byte 0xf2, 0xea, 0xea, 0xfa, 0x88, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1900] 0x00fc2000 + 0x1900 = 0x00fc3900 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1910] 0x00fc2000 + 0x1910 = 0x00fc3910 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x8b, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1920] 0x00fc2000 + 0x1920 = 0x00fc3920 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xda, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1930] 0x00fc2000 + 0x1930 = 0x00fc3930 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1940] 0x00fc2000 + 0x1940 = 0x00fc3940 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xe2, 0xbf, 0xf7, 0xea, 0xef // [0x1950] 0x00fc2000 + 0x1950 = 0x00fc3950 -.byte 0xef, 0x5b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1960] 0x00fc2000 + 0x1960 = 0x00fc3960 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1970] 0x00fc2000 + 0x1970 = 0x00fc3970 -.byte 0x03, 0x03, 0x03, 0x03, 0x28, 0xc2, 0x10, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1980] 0x00fc2000 + 0x1980 = 0x00fc3980 -.byte 0x03, 0x03, 0x03, 0x03, 0xba, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1990] 0x00fc2000 + 0x1990 = 0x00fc3990 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x19a0] 0x00fc2000 + 0x19a0 = 0x00fc39a0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xe2, 0x33, 0x98, 0xf7, 0xea, 0xf2, 0xea, 0x63, 0x03 // [0x19b0] 0x00fc2000 + 0x19b0 = 0x00fc39b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x19c0] 0x00fc2000 + 0x19c0 = 0x00fc39c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x19d0] 0x00fc2000 + 0x19d0 = 0x00fc39d0 -.byte 0x23, 0x63, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x19e0] 0x00fc2000 + 0x19e0 = 0x00fc39e0 -.byte 0x7b, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x19f0] 0x00fc2000 + 0x19f0 = 0x00fc39f0 -.byte 0xf2, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1a00] 0x00fc2000 + 0x1a00 = 0x00fc3a00 -.byte 0x03, 0x18, 0xe2, 0xea, 0x23, 0x08, 0xb8, 0xfa, 0xea, 0xf2, 0xf7, 0x7b, 0x03, 0x03, 0x03, 0x03 // [0x1a10] 0x00fc2000 + 0x1a10 = 0x00fc3a10 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1a20] 0x00fc2000 + 0x1a20 = 0x00fc3a20 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1a30] 0x00fc2000 + 0x1a30 = 0x00fc3a30 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x23, 0xdf, 0xf2, 0xea // [0x1a40] 0x00fc2000 + 0x1a40 = 0x00fc3a40 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xe2, 0xab, 0xef, 0xea, 0xea // [0x1a50] 0x00fc2000 + 0x1a50 = 0x00fc3a50 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1a60] 0x00fc2000 + 0x1a60 = 0x00fc3a60 -.byte 0x2b, 0x03, 0x1b, 0xa8, 0xf2, 0xef, 0xef, 0xf2, 0x9b, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1a70] 0x00fc2000 + 0x1a70 = 0x00fc3a70 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1a80] 0x00fc2000 + 0x1a80 = 0x00fc3a80 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1a90] 0x00fc2000 + 0x1a90 = 0x00fc3a90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x8b, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1aa0] 0x00fc2000 + 0x1aa0 = 0x00fc3aa0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xe2, 0x20, 0x8b, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1ab0] 0x00fc2000 + 0x1ab0 = 0x00fc3ab0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1ac0] 0x00fc2000 + 0x1ac0 = 0x00fc3ac0 -.byte 0x73, 0xf2, 0xf2, 0xef, 0xfa, 0xe2, 0x63, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ad0] 0x00fc2000 + 0x1ad0 = 0x00fc3ad0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ae0] 0x00fc2000 + 0x1ae0 = 0x00fc3ae0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1af0] 0x00fc2000 + 0x1af0 = 0x00fc3af0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x23, 0xe2, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x1b00] 0x00fc2000 + 0x1b00 = 0x00fc3b00 -.byte 0xea, 0xea, 0xef, 0xe2, 0x18, 0x18, 0xe2, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1b10] 0x00fc2000 + 0x1b10 = 0x00fc3b10 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x63, 0xda, 0xfa // [0x1b20] 0x00fc2000 + 0x1b20 = 0x00fc3b20 -.byte 0xf2, 0xf2, 0xef, 0x93, 0x30, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1b30] 0x00fc2000 + 0x1b30 = 0x00fc3b30 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1b40] 0x00fc2000 + 0x1b40 = 0x00fc3b40 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1b50] 0x00fc2000 + 0x1b50 = 0x00fc3b50 -.byte 0x03, 0x03, 0x4b, 0xd2, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xda // [0x1b60] 0x00fc2000 + 0x1b60 = 0x00fc3b60 -.byte 0x0b, 0x03, 0xb0, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1b70] 0x00fc2000 + 0x1b70 = 0x00fc3b70 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0x80, 0xe2, 0xfa, 0xf2, 0xfa // [0x1b80] 0x00fc2000 + 0x1b80 = 0x00fc3b80 -.byte 0xe2, 0x83, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1b90] 0x00fc2000 + 0x1b90 = 0x00fc3b90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ba0] 0x00fc2000 + 0x1ba0 = 0x00fc3ba0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x18 // [0x1bb0] 0x00fc2000 + 0x1bb0 = 0x00fc3bb0 -.byte 0x6b, 0xca, 0xf7, 0xf7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xf2, 0xba, 0x03, 0x03, 0x90, 0xfa // [0x1bc0] 0x00fc2000 + 0x1bc0 = 0x00fc3bc0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1bd0] 0x00fc2000 + 0x1bd0 = 0x00fc3bd0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x3b, 0xab, 0xe7, 0xfa, 0xfa, 0xfa, 0xda, 0x63 // [0x1be0] 0x00fc2000 + 0x1be0 = 0x00fc3be0 -.byte 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1bf0] 0x00fc2000 + 0x1bf0 = 0x00fc3bf0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1c00] 0x00fc2000 + 0x1c00 = 0x00fc3c00 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x10, 0x6b, 0xba // [0x1c10] 0x00fc2000 + 0x1c10 = 0x00fc3c10 -.byte 0xe7, 0xf2, 0xfa, 0xf2, 0xea, 0xea, 0xef, 0xea, 0xa8, 0x73, 0xc2, 0xfa, 0xfa, 0xf2, 0xea, 0xea // [0x1c20] 0x00fc2000 + 0x1c20 = 0x00fc3c20 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1c30] 0x00fc2000 + 0x1c30 = 0x00fc3c30 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x33, 0x7b, 0xb3, 0xe2, 0xf7, 0xfa, 0xcf, 0x83, 0x33, 0x03 // [0x1c40] 0x00fc2000 + 0x1c40 = 0x00fc3c40 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1c50] 0x00fc2000 + 0x1c50 = 0x00fc3c50 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1c60] 0x00fc2000 + 0x1c60 = 0x00fc3c60 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b, 0x60, 0xa3, 0xd7 // [0x1c70] 0x00fc2000 + 0x1c70 = 0x00fc3c70 -.byte 0xf2, 0xf2, 0xea, 0x8b, 0x78, 0x9b, 0xa3, 0x9b, 0x93, 0xda, 0xf2, 0xea, 0xea, 0xea, 0xef, 0xea // [0x1c80] 0x00fc2000 + 0x1c80 = 0x00fc3c80 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1c90] 0x00fc2000 + 0x1c90 = 0x00fc3c90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x23, 0x4b, 0x7b, 0xc7, 0xf2, 0xe7, 0xbf, 0x83, 0x28, 0x10, 0x03 // [0x1ca0] 0x00fc2000 + 0x1ca0 = 0x00fc3ca0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1cb0] 0x00fc2000 + 0x1cb0 = 0x00fc3cb0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1cc0] 0x00fc2000 + 0x1cc0 = 0x00fc3cc0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0x63, 0xe7, 0xea, 0x2b // [0x1cd0] 0x00fc2000 + 0x1cd0 = 0x00fc3cd0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x63, 0xfa, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1ce0] 0x00fc2000 + 0x1ce0 = 0x00fc3ce0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1cf0] 0x00fc2000 + 0x1cf0 = 0x00fc3cf0 -.byte 0x03, 0x03, 0x03, 0x03, 0x08, 0x23, 0x43, 0x63, 0x7b, 0x70, 0x53, 0x33, 0x20, 0x13, 0x03, 0x03 // [0x1d00] 0x00fc2000 + 0x1d00 = 0x00fc3d00 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1d10] 0x00fc2000 + 0x1d10 = 0x00fc3d10 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x13 // [0x1d20] 0x00fc2000 + 0x1d20 = 0x00fc3d20 -.byte 0x13, 0x03, 0x03, 0x03, 0x03, 0x3b, 0x13, 0x03, 0x03, 0x38, 0xbf, 0x73, 0x03, 0x03, 0x03, 0x03 // [0x1d30] 0x00fc2000 + 0x1d30 = 0x00fc3d30 -.byte 0x03, 0x10, 0xca, 0xf2, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1d40] 0x00fc2000 + 0x1d40 = 0x00fc3d40 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1d50] 0x00fc2000 + 0x1d50 = 0x00fc3d50 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x0b, 0x08, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1d60] 0x00fc2000 + 0x1d60 = 0x00fc3d60 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x80, 0x43, 0x08, 0x03 // [0x1d70] 0x00fc2000 + 0x1d70 = 0x00fc3d70 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x33, 0x7b, 0xb0, 0xda, 0xea, 0xdf, 0xb8, 0x63, 0x03 // [0x1d80] 0x00fc2000 + 0x1d80 = 0x00fc3d80 -.byte 0x03, 0x48, 0x63, 0x03, 0x03, 0x03, 0x08, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x33, 0x18, 0x73, 0xfa // [0x1d90] 0x00fc2000 + 0x1d90 = 0x00fc3d90 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1da0] 0x00fc2000 + 0x1da0 = 0x00fc3da0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1db0] 0x00fc2000 + 0x1db0 = 0x00fc3db0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1dc0] 0x00fc2000 + 0x1dc0 = 0x00fc3dc0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x38, 0xc2, 0xca, 0x83, 0x38, 0x13, 0x10, 0x13 // [0x1dd0] 0x00fc2000 + 0x1dd0 = 0x00fc3dd0 -.byte 0x33, 0x8b, 0xca, 0xf2, 0xf7, 0xda, 0xab, 0xab, 0xe2, 0xfa, 0xfa, 0x4b, 0x03, 0x10, 0xb3, 0x33 // [0x1de0] 0x00fc2000 + 0x1de0 = 0x00fc3de0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xda, 0x5b, 0x3b, 0xe2, 0xf2, 0xea, 0xef, 0xea // [0x1df0] 0x00fc2000 + 0x1df0 = 0x00fc3df0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e00] 0x00fc2000 + 0x1e00 = 0x00fc3e00 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e10] 0x00fc2000 + 0x1e10 = 0x00fc3e10 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e20] 0x00fc2000 + 0x1e20 = 0x00fc3e20 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x18, 0x68, 0xab, 0xc2, 0xc2, 0xc2, 0xca, 0xd2, 0xc2, 0x9b, 0x63 // [0x1e30] 0x00fc2000 + 0x1e30 = 0x00fc3e30 -.byte 0x33, 0x10, 0x03, 0x03, 0x33, 0xd7, 0xfa, 0x83, 0x03, 0x03, 0x6b, 0xda, 0x73, 0x33, 0x1b, 0x0b // [0x1e40] 0x00fc2000 + 0x1e40 = 0x00fc3e40 -.byte 0x0b, 0x1b, 0x5b, 0xba, 0xcf, 0x23, 0x08, 0x2b, 0xbf, 0xf2, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1e50] 0x00fc2000 + 0x1e50 = 0x00fc3e50 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e60] 0x00fc2000 + 0x1e60 = 0x00fc3e60 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e70] 0x00fc2000 + 0x1e70 = 0x00fc3e70 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e80] 0x00fc2000 + 0x1e80 = 0x00fc3e80 -.byte 0x03, 0x03, 0x03, 0x03, 0x0b, 0x1b, 0x23, 0x23, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1e90] 0x00fc2000 + 0x1e90 = 0x00fc3e90 -.byte 0x03, 0xa3, 0xfa, 0x8b, 0x03, 0x03, 0x03, 0x53, 0xca, 0xea, 0xea, 0xdf, 0xd7, 0xda, 0xef, 0xf7 // [0x1ea0] 0x00fc2000 + 0x1ea0 = 0x00fc3ea0 -.byte 0xb3, 0xa3, 0xbf, 0x9b, 0x2b, 0xd2, 0xf2, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x1eb0] 0x00fc2000 + 0x1eb0 = 0x00fc3eb0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ec0] 0x00fc2000 + 0x1ec0 = 0x00fc3ec0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ed0] 0x00fc2000 + 0x1ed0 = 0x00fc3ed0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ee0] 0x00fc2000 + 0x1ee0 = 0x00fc3ee0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xbf, 0xfa, 0x73 // [0x1ef0] 0x00fc2000 + 0x1ef0 = 0x00fc3ef0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x43, 0x6b, 0x73, 0x68, 0x3b, 0xa3, 0xf7, 0xf2, 0xfa, 0xfa, 0xb3 // [0x1f00] 0x00fc2000 + 0x1f00 = 0x00fc3f00 -.byte 0x33, 0xd2, 0xf2, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x1f10] 0x00fc2000 + 0x1f10 = 0x00fc3f10 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f20] 0x00fc2000 + 0x1f20 = 0x00fc3f20 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f30] 0x00fc2000 + 0x1f30 = 0x00fc3f30 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f40] 0x00fc2000 + 0x1f40 = 0x00fc3f40 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x38, 0xea, 0xea, 0x33, 0x03, 0x03, 0x03, 0x4b // [0x1f50] 0x00fc2000 + 0x1f50 = 0x00fc3f50 -.byte 0x9b, 0x08, 0x03, 0x03, 0x03, 0x03, 0x63, 0xfa, 0xea, 0xe2, 0xb3, 0x93, 0xda, 0xf2, 0xef, 0xea // [0x1f60] 0x00fc2000 + 0x1f60 = 0x00fc3f60 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f70] 0x00fc2000 + 0x1f70 = 0x00fc3f70 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f80] 0x00fc2000 + 0x1f80 = 0x00fc3f80 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1f90] 0x00fc2000 + 0x1f90 = 0x00fc3f90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1fa0] 0x00fc2000 + 0x1fa0 = 0x00fc3fa0 -.byte 0x03, 0x03, 0x03, 0x03, 0x98, 0xfa, 0xb3, 0x03, 0x03, 0x03, 0x0b, 0xab, 0xfa, 0x2b, 0x03, 0x03 // [0x1fb0] 0x00fc2000 + 0x1fb0 = 0x00fc3fb0 -.byte 0x03, 0x03, 0x03, 0xb0, 0xf2, 0xdf, 0xda, 0xf2, 0xf2, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x1fc0] 0x00fc2000 + 0x1fc0 = 0x00fc3fc0 -.byte 0x03, 0x18, 0xe2, 0xf2, 0x53, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1fd0] 0x00fc2000 + 0x1fd0 = 0x00fc3fd0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1fe0] 0x00fc2000 + 0x1fe0 = 0x00fc3fe0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x1ff0] 0x00fc2000 + 0x1ff0 = 0x00fc3ff0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x30 // [0x2000] 0x00fc2000 + 0x2000 = 0x00fc4000 -.byte 0xe2, 0xea, 0x43, 0x03, 0x0b, 0x40, 0xa0, 0xfa, 0xa3, 0x03, 0x03, 0x03, 0x03, 0x13, 0x63, 0xc2 // [0x2010] 0x00fc2000 + 0x2010 = 0x00fc4010 -.byte 0xf2, 0xea, 0xef, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xfa // [0x2020] 0x00fc2000 + 0x2020 = 0x00fc4020 -.byte 0xab, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2030] 0x00fc2000 + 0x2030 = 0x00fc4030 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2040] 0x00fc2000 + 0x2040 = 0x00fc4040 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2050] 0x00fc2000 + 0x2050 = 0x00fc4050 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xab, 0xfa, 0xa3, 0x33, 0x7b // [0x2060] 0x00fc2000 + 0x2060 = 0x00fc4060 -.byte 0xb8, 0x90, 0x93, 0xf2, 0xba, 0x6b, 0x1b, 0x3b, 0x8b, 0xcf, 0xf7, 0xf2, 0xea, 0xea, 0xea, 0xea // [0x2070] 0x00fc2000 + 0x2070 = 0x00fc4070 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xdf, 0xf2, 0xf2, 0x60, 0x03, 0x03 // [0x2080] 0x00fc2000 + 0x2080 = 0x00fc4080 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2090] 0x00fc2000 + 0x2090 = 0x00fc4090 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x20a0] 0x00fc2000 + 0x20a0 = 0x00fc40a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x20b0] 0x00fc2000 + 0x20b0 = 0x00fc40b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x23, 0xe2, 0xef, 0xdf, 0xea, 0xfa, 0xdf, 0xca, 0xe7, 0xe2 // [0x20c0] 0x00fc2000 + 0x20c0 = 0x00fc40c0 -.byte 0xef, 0xf7, 0xda, 0xea, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x20d0] 0x00fc2000 + 0x20d0 = 0x00fc40d0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xdf, 0xef, 0xf2, 0xe2, 0x38, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x20e0] 0x00fc2000 + 0x20e0 = 0x00fc40e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x20f0] 0x00fc2000 + 0x20f0 = 0x00fc40f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2100] 0x00fc2000 + 0x2100 = 0x00fc4100 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2110] 0x00fc2000 + 0x2110 = 0x00fc4110 -.byte 0x03, 0x03, 0x6b, 0xfa, 0xf7, 0xfa, 0xf2, 0xd2, 0xa3, 0x78, 0x38, 0x33, 0xca, 0xf2, 0xf2, 0xef // [0x2120] 0x00fc2000 + 0x2120 = 0x00fc4120 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2130] 0x00fc2000 + 0x2130 = 0x00fc4130 -.byte 0x03, 0x18, 0xe2, 0xf2, 0xea, 0xf2, 0xd2, 0x3b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2140] 0x00fc2000 + 0x2140 = 0x00fc4140 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2150] 0x00fc2000 + 0x2150 = 0x00fc4150 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2160] 0x00fc2000 + 0x2160 = 0x00fc4160 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x8b, 0xe2 // [0x2170] 0x00fc2000 + 0x2170 = 0x00fc4170 -.byte 0xb3, 0x7b, 0x48, 0x13, 0x03, 0x03, 0x53, 0xb8, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2180] 0x00fc2000 + 0x2180 = 0x00fc4180 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2 // [0x2190] 0x00fc2000 + 0x2190 = 0x00fc4190 -.byte 0xea, 0xea, 0xf2, 0xea, 0x63, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x21a0] 0x00fc2000 + 0x21a0 = 0x00fc41a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x18, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x21b0] 0x00fc2000 + 0x21b0 = 0x00fc41b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x21c0] 0x00fc2000 + 0x21c0 = 0x00fc41c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0x13, 0x03, 0x03, 0x03, 0x03 // [0x21d0] 0x00fc2000 + 0x21d0 = 0x00fc41d0 -.byte 0x2b, 0x9b, 0xf7, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x21e0] 0x00fc2000 + 0x21e0 = 0x00fc41e0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2, 0xea, 0xea, 0xea, 0xf2 // [0x21f0] 0x00fc2000 + 0x21f0 = 0x00fc41f0 -.byte 0xf2, 0xab, 0x50, 0x1b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2200] 0x00fc2000 + 0x2200 = 0x00fc4200 -.byte 0x03, 0x13, 0x3b, 0x63, 0x53, 0x30, 0x08, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2210] 0x00fc2000 + 0x2210 = 0x00fc4210 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2220] 0x00fc2000 + 0x2220 = 0x00fc4220 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x43, 0x9b, 0xe7, 0xf7, 0xea, 0xea // [0x2230] 0x00fc2000 + 0x2230 = 0x00fc4230 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2240] 0x00fc2000 + 0x2240 = 0x00fc4240 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xdf, 0xf2, 0xf2, 0xf2, 0xea, 0xea, 0xea, 0xf7, 0xf2, 0xda // [0x2250] 0x00fc2000 + 0x2250 = 0x00fc4250 -.byte 0xa3, 0x73, 0x38, 0x10, 0x0b, 0x08, 0x0b, 0x0b, 0x10, 0x23, 0x5b, 0x90, 0xb3, 0xd2, 0x9b, 0x3b // [0x2260] 0x00fc2000 + 0x2260 = 0x00fc4260 -.byte 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2270] 0x00fc2000 + 0x2270 = 0x00fc4270 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2280] 0x00fc2000 + 0x2280 = 0x00fc4280 -.byte 0x03, 0x03, 0x03, 0x13, 0x63, 0xc2, 0xef, 0xf7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2290] 0x00fc2000 + 0x2290 = 0x00fc4290 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x22a0] 0x00fc2000 + 0x22a0 = 0x00fc42a0 -.byte 0x03, 0x18, 0xe2, 0xe7, 0xa3, 0xe2, 0xfa, 0xf2, 0xf2, 0xea, 0xea, 0xf2, 0xfa, 0xfa, 0xea, 0xd7 // [0x22b0] 0x00fc2000 + 0x22b0 = 0x00fc42b0 -.byte 0xc7, 0xc2, 0xc2, 0xca, 0xe2, 0xf2, 0xf2, 0xd7, 0x93, 0x3b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x22c0] 0x00fc2000 + 0x22c0 = 0x00fc42c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x22d0] 0x00fc2000 + 0x22d0 = 0x00fc42d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x38 // [0x22e0] 0x00fc2000 + 0x22e0 = 0x00fc42e0 -.byte 0xca, 0xfa, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x22f0] 0x00fc2000 + 0x22f0 = 0x00fc42f0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xe7 // [0x2300] 0x00fc2000 + 0x2300 = 0x00fc4300 -.byte 0x23, 0x2b, 0x80, 0xba, 0xdf, 0xf7, 0xfa, 0xfa, 0xf7, 0xf2, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xda // [0x2310] 0x00fc2000 + 0x2310 = 0x00fc4310 -.byte 0xab, 0x7b, 0x3b, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2320] 0x00fc2000 + 0x2320 = 0x00fc4320 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2330] 0x00fc2000 + 0x2330 = 0x00fc4330 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0x23, 0x03, 0x23, 0xd7, 0xf2, 0xea // [0x2340] 0x00fc2000 + 0x2340 = 0x00fc4340 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2350] 0x00fc2000 + 0x2350 = 0x00fc4350 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x2360] 0x00fc2000 + 0x2360 = 0x00fc4360 -.byte 0x23, 0x63, 0x8b, 0x9b, 0xab, 0xb3, 0xb3, 0xb0, 0x9b, 0x83, 0x4b, 0x13, 0x03, 0x03, 0x03, 0x03 // [0x2370] 0x00fc2000 + 0x2370 = 0x00fc4370 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2380] 0x00fc2000 + 0x2380 = 0x00fc4380 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x03, 0x03, 0x03, 0x0b, 0x1b // [0x2390] 0x00fc2000 + 0x2390 = 0x00fc4390 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x5b, 0x70, 0x03, 0x03, 0x90, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea // [0x23a0] 0x00fc2000 + 0x23a0 = 0x00fc43a0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x23b0] 0x00fc2000 + 0x23b0 = 0x00fc43b0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x23c0] 0x00fc2000 + 0x23c0 = 0x00fc43c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x23d0] 0x00fc2000 + 0x23d0 = 0x00fc43d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x23e0] 0x00fc2000 + 0x23e0 = 0x00fc43e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x23, 0x68, 0x93, 0x93, 0xc7, 0xc2, 0x0b, 0x03, 0x03, 0x03 // [0x23f0] 0x00fc2000 + 0x23f0 = 0x00fc43f0 -.byte 0x03, 0xab, 0xa3, 0x03, 0x03, 0x63, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2400] 0x00fc2000 + 0x2400 = 0x00fc4400 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2410] 0x00fc2000 + 0x2410 = 0x00fc4410 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2420] 0x00fc2000 + 0x2420 = 0x00fc4420 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2430] 0x00fc2000 + 0x2430 = 0x00fc4430 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2440] 0x00fc2000 + 0x2440 = 0x00fc4440 -.byte 0x03, 0x03, 0x03, 0x23, 0xda, 0xfa, 0xfa, 0xb3, 0x03, 0x03, 0x03, 0x03, 0x4b, 0xf7, 0xb3, 0x03 // [0x2450] 0x00fc2000 + 0x2450 = 0x00fc4450 -.byte 0x03, 0x60, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2460] 0x00fc2000 + 0x2460 = 0x00fc4460 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x2470] 0x00fc2000 + 0x2470 = 0x00fc4470 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2480] 0x00fc2000 + 0x2480 = 0x00fc4480 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2490] 0x00fc2000 + 0x2490 = 0x00fc4490 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x24a0] 0x00fc2000 + 0x24a0 = 0x00fc44a0 -.byte 0x9b, 0xfa, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x0b, 0xc2, 0xfa, 0xab, 0x03, 0x03, 0x73, 0xfa, 0xea // [0x24b0] 0x00fc2000 + 0x24b0 = 0x00fc44b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x24c0] 0x00fc2000 + 0x24c0 = 0x00fc44c0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x24d0] 0x00fc2000 + 0x24d0 = 0x00fc44d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x24e0] 0x00fc2000 + 0x24e0 = 0x00fc44e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x24f0] 0x00fc2000 + 0x24f0 = 0x00fc44f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xba, 0xf7, 0xe2, 0x28 // [0x2500] 0x00fc2000 + 0x2500 = 0x00fc4500 -.byte 0x03, 0x03, 0x03, 0x73, 0xf7, 0xfa, 0x83, 0x03, 0x03, 0xab, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2510] 0x00fc2000 + 0x2510 = 0x00fc4510 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2520] 0x00fc2000 + 0x2520 = 0x00fc4520 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2530] 0x00fc2000 + 0x2530 = 0x00fc4530 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2540] 0x00fc2000 + 0x2540 = 0x00fc4540 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2550] 0x00fc2000 + 0x2550 = 0x00fc4550 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x43, 0xef, 0xfa, 0xa8, 0x03, 0x03, 0x03, 0x3b, 0xea // [0x2560] 0x00fc2000 + 0x2560 = 0x00fc4560 -.byte 0xf2, 0xef, 0x3b, 0x03, 0x28, 0xe7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2570] 0x00fc2000 + 0x2570 = 0x00fc4570 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2580] 0x00fc2000 + 0x2580 = 0x00fc4580 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2590] 0x00fc2000 + 0x2590 = 0x00fc4590 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x25a0] 0x00fc2000 + 0x25a0 = 0x00fc45a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x25b0] 0x00fc2000 + 0x25b0 = 0x00fc45b0 -.byte 0x03, 0x03, 0x0b, 0xb3, 0xfa, 0xf2, 0x4b, 0x03, 0x03, 0x33, 0xd2, 0xf2, 0xfa, 0xb3, 0x08, 0x03 // [0x25c0] 0x00fc2000 + 0x25c0 = 0x00fc45c0 -.byte 0x88, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x25d0] 0x00fc2000 + 0x25d0 = 0x00fc45d0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x25e0] 0x00fc2000 + 0x25e0 = 0x00fc45e0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x25f0] 0x00fc2000 + 0x25f0 = 0x00fc45f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2600] 0x00fc2000 + 0x2600 = 0x00fc4600 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0xa0, 0xf7 // [0x2610] 0x00fc2000 + 0x2610 = 0x00fc4610 -.byte 0xfa, 0xa0, 0x03, 0x03, 0x2b, 0xd2, 0xf7, 0xf2, 0xd2, 0x2b, 0x03, 0x5b, 0xea, 0xef, 0xea, 0xea // [0x2620] 0x00fc2000 + 0x2620 = 0x00fc4620 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2630] 0x00fc2000 + 0x2630 = 0x00fc4630 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x2640] 0x00fc2000 + 0x2640 = 0x00fc4640 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2650] 0x00fc2000 + 0x2650 = 0x00fc4650 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2660] 0x00fc2000 + 0x2660 = 0x00fc4660 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x93, 0xfa, 0xfa, 0xca, 0x23, 0x03, 0x2b // [0x2670] 0x00fc2000 + 0x2670 = 0x00fc4670 -.byte 0xca, 0xf7, 0xf2, 0xea, 0x3b, 0x03, 0x23, 0xe2, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2680] 0x00fc2000 + 0x2680 = 0x00fc4680 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2690] 0x00fc2000 + 0x2690 = 0x00fc4690 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x26a0] 0x00fc2000 + 0x26a0 = 0x00fc46a0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x26b0] 0x00fc2000 + 0x26b0 = 0x00fc46b0 -.byte 0x03, 0x03, 0x03, 0x23, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x26c0] 0x00fc2000 + 0x26c0 = 0x00fc46c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x80, 0xf2, 0xfa, 0xba, 0x1b, 0x03, 0x58, 0xdf, 0xf2, 0xf2, 0xe2, 0x53 // [0x26d0] 0x00fc2000 + 0x26d0 = 0x00fc46d0 -.byte 0x03, 0x1b, 0xba, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x26e0] 0x00fc2000 + 0x26e0 = 0x00fc46e0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x26f0] 0x00fc2000 + 0x26f0 = 0x00fc46f0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2700] 0x00fc2000 + 0x2700 = 0x00fc4700 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x30, 0x2b // [0x2710] 0x00fc2000 + 0x2710 = 0x00fc4710 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xa0 // [0x2720] 0x00fc2000 + 0x2720 = 0x00fc4720 -.byte 0xfa, 0xfa, 0xbf, 0x13, 0x03, 0x7b, 0xf2, 0xf2, 0xfa, 0xca, 0x33, 0x03, 0x13, 0xb3, 0xfa, 0xea // [0x2730] 0x00fc2000 + 0x2730 = 0x00fc4730 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2740] 0x00fc2000 + 0x2740 = 0x00fc4740 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x2750] 0x00fc2000 + 0x2750 = 0x00fc4750 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2760] 0x00fc2000 + 0x2760 = 0x00fc4760 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b, 0x5b, 0x08, 0x03, 0x03, 0x03, 0x03 // [0x2770] 0x00fc2000 + 0x2770 = 0x00fc4770 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x8b, 0xfa, 0xfa, 0x9b, 0x13, 0x2b // [0x2780] 0x00fc2000 + 0x2780 = 0x00fc4780 -.byte 0xab, 0xf2, 0xf7, 0xfa, 0xb8, 0x28, 0x03, 0x2b, 0xba, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2790] 0x00fc2000 + 0x2790 = 0x00fc4790 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x27a0] 0x00fc2000 + 0x27a0 = 0x00fc47a0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x27b0] 0x00fc2000 + 0x27b0 = 0x00fc47b0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x27c0] 0x00fc2000 + 0x27c0 = 0x00fc47c0 -.byte 0x03, 0x03, 0x03, 0x03, 0x50, 0x93, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x27d0] 0x00fc2000 + 0x27d0 = 0x00fc47d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x23, 0xab, 0xfa, 0xea, 0x73, 0x1b, 0x73, 0xdf, 0xfa, 0xfa, 0xd2, 0x63 // [0x27e0] 0x00fc2000 + 0x27e0 = 0x00fc47e0 -.byte 0x08, 0x03, 0x50, 0xd7, 0xfa, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x27f0] 0x00fc2000 + 0x27f0 = 0x00fc47f0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2800] 0x00fc2000 + 0x2800 = 0x00fc4800 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2810] 0x00fc2000 + 0x2810 = 0x00fc4810 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x58 // [0x2820] 0x00fc2000 + 0x2820 = 0x00fc4820 -.byte 0xb3, 0x18, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x2b // [0x2830] 0x00fc2000 + 0x2830 = 0x00fc4830 -.byte 0xd2, 0xfa, 0xca, 0x28, 0x3b, 0xcf, 0xfa, 0xfa, 0xf2, 0x93, 0x1b, 0x03, 0x0b, 0xa0, 0xf2, 0xf2 // [0x2840] 0x00fc2000 + 0x2840 = 0x00fc4840 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2850] 0x00fc2000 + 0x2850 = 0x00fc4850 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2860] 0x00fc2000 + 0x2860 = 0x00fc4860 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2870] 0x00fc2000 + 0x2870 = 0x00fc4870 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x5b, 0xcf, 0x38, 0x03, 0x03, 0x03 // [0x2880] 0x00fc2000 + 0x2880 = 0x00fc4880 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x3b, 0xd2, 0xf7, 0x9b, 0x43, 0x83 // [0x2890] 0x00fc2000 + 0x2890 = 0x00fc4890 -.byte 0xe2, 0xfa, 0xf2, 0xb3, 0x43, 0x03, 0x03, 0x43, 0xb3, 0xfa, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea // [0x28a0] 0x00fc2000 + 0x28a0 = 0x00fc48a0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x28b0] 0x00fc2000 + 0x28b0 = 0x00fc48b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x28c0] 0x00fc2000 + 0x28c0 = 0x00fc48c0 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x28d0] 0x00fc2000 + 0x28d0 = 0x00fc48d0 -.byte 0x03, 0x03, 0x03, 0x03, 0x13, 0xa3, 0xf2, 0x4b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x28e0] 0x00fc2000 + 0x28e0 = 0x00fc48e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x0b, 0x8b, 0xfa, 0xcf, 0x6b, 0x73, 0xd2, 0xfa, 0xf7, 0xab, 0x4b, 0x03 // [0x28f0] 0x00fc2000 + 0x28f0 = 0x00fc48f0 -.byte 0x03, 0x2b, 0xa0, 0xf2, 0xf7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2900] 0x00fc2000 + 0x2900 = 0x00fc4900 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2910] 0x00fc2000 + 0x2910 = 0x00fc4910 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03 // [0x2920] 0x00fc2000 + 0x2920 = 0x00fc4920 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x33 // [0x2930] 0x00fc2000 + 0x2930 = 0x00fc4930 -.byte 0xba, 0xfa, 0x6b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x23 // [0x2940] 0x00fc2000 + 0x2940 = 0x00fc4940 -.byte 0xab, 0xf7, 0xba, 0x6b, 0xc2, 0xfa, 0xfa, 0xca, 0x63, 0x03, 0x03, 0x0b, 0x6b, 0xda, 0xfa, 0xef // [0x2950] 0x00fc2000 + 0x2950 = 0x00fc4950 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2960] 0x00fc2000 + 0x2960 = 0x00fc4960 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2970] 0x00fc2000 + 0x2970 = 0x00fc4970 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2980] 0x00fc2000 + 0x2980 = 0x00fc4980 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0x7b, 0xea, 0xf2, 0x5b, 0x03, 0x03 // [0x2990] 0x00fc2000 + 0x2990 = 0x00fc4990 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x08, 0x6b, 0xdf, 0xdf, 0xab, 0xb3, 0xef // [0x29a0] 0x00fc2000 + 0x29a0 = 0x00fc49a0 -.byte 0xf7, 0xc2, 0x5b, 0x0b, 0x03, 0x1b, 0x6b, 0xc7, 0xf7, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x29b0] 0x00fc2000 + 0x29b0 = 0x00fc49b0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x29c0] 0x00fc2000 + 0x29c0 = 0x00fc49c0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x29d0] 0x00fc2000 + 0x29d0 = 0x00fc49d0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x29e0] 0x00fc2000 + 0x29e0 = 0x00fc49e0 -.byte 0x03, 0x03, 0x03, 0x03, 0x5b, 0xd2, 0xfa, 0xf2, 0x5b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x29f0] 0x00fc2000 + 0x29f0 = 0x00fc49f0 -.byte 0x03, 0x03, 0x03, 0x03, 0x33, 0xba, 0xf7, 0xea, 0xda, 0xf2, 0xfa, 0xc2, 0x43, 0x03, 0x03, 0x0b // [0x2a00] 0x00fc2000 + 0x2a00 = 0x00fc4a00 -.byte 0x78, 0xda, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2a10] 0x00fc2000 + 0x2a10 = 0x00fc4a10 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2a20] 0x00fc2000 + 0x2a20 = 0x00fc4a20 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x2a30] 0x00fc2000 + 0x2a30 = 0x00fc4a30 -.byte 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x43, 0x9b // [0x2a40] 0x00fc2000 + 0x2a40 = 0x00fc4a40 -.byte 0xf2, 0xfa, 0xda, 0x4b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b, 0x63 // [0x2a50] 0x00fc2000 + 0x2a50 = 0x00fc4a50 -.byte 0xda, 0xfa, 0xf2, 0xfa, 0xef, 0xb0, 0x5b, 0x03, 0x03, 0x23, 0x7b, 0xcf, 0xf7, 0xf2, 0xea, 0xea // [0x2a60] 0x00fc2000 + 0x2a60 = 0x00fc4a60 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2a70] 0x00fc2000 + 0x2a70 = 0x00fc4a70 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2a80] 0x00fc2000 + 0x2a80 = 0x00fc4a80 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x23, 0x03, 0x03, 0x03 // [0x2a90] 0x00fc2000 + 0x2a90 = 0x00fc4a90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x18, 0x58, 0xb3, 0xef, 0xfa, 0xf7, 0xab, 0x2b, 0x03 // [0x2aa0] 0x00fc2000 + 0x2aa0 = 0x00fc4aa0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x5b, 0xba, 0xf7, 0xfa, 0xfa, 0xd2, 0x88 // [0x2ab0] 0x00fc2000 + 0x2ab0 = 0x00fc4ab0 -.byte 0x3b, 0x03, 0x03, 0x53, 0xab, 0xe2, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2ac0] 0x00fc2000 + 0x2ac0 = 0x00fc4ac0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2ad0] 0x00fc2000 + 0x2ad0 = 0x00fc4ad0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2ae0] 0x00fc2000 + 0x2ae0 = 0x00fc4ae0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2, 0x83, 0x2b, 0x0b, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2af0] 0x00fc2000 + 0x2af0 = 0x00fc4af0 -.byte 0x13, 0x33, 0x73, 0xd2, 0xf7, 0xfa, 0xfa, 0xe2, 0x73, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2b00] 0x00fc2000 + 0x2b00 = 0x00fc4b00 -.byte 0x03, 0x03, 0x03, 0x33, 0xa0, 0xfa, 0xfa, 0xf7, 0xcf, 0x83, 0x13, 0x03, 0x10, 0x63, 0xca, 0xf7 // [0x2b10] 0x00fc2000 + 0x2b10 = 0x00fc4b10 -.byte 0xf7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2b20] 0x00fc2000 + 0x2b20 = 0x00fc4b20 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2b30] 0x00fc2000 + 0x2b30 = 0x00fc4b30 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2b40] 0x00fc2000 + 0x2b40 = 0x00fc4b40 -.byte 0x03, 0x18, 0xe2, 0xf2, 0xf2, 0xe7, 0xc7, 0xa3, 0x93, 0x93, 0x9b, 0xb3, 0xd2, 0xea, 0xfa, 0xfa // [0x2b50] 0x00fc2000 + 0x2b50 = 0x00fc4b50 -.byte 0xfa, 0xd2, 0x80, 0x2b, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x13, 0x50, 0xab, 0xf7 // [0x2b60] 0x00fc2000 + 0x2b60 = 0x00fc4b60 -.byte 0xfa, 0xda, 0x9b, 0x4b, 0x13, 0x13, 0x58, 0xa3, 0xda, 0xf2, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2b70] 0x00fc2000 + 0x2b70 = 0x00fc4b70 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2b80] 0x00fc2000 + 0x2b80 = 0x00fc4b80 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2b90] 0x00fc2000 + 0x2b90 = 0x00fc4b90 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2 // [0x2ba0] 0x00fc2000 + 0x2ba0 = 0x00fc4ba0 -.byte 0xea, 0xef, 0xf2, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xfa, 0xea, 0xb3, 0x6b, 0x18, 0x03, 0x03 // [0x2bb0] 0x00fc2000 + 0x2bb0 = 0x00fc4bb0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x33, 0x83, 0xda, 0xfa, 0xea, 0xa3, 0x5b, 0x18, 0x23, 0x5b // [0x2bc0] 0x00fc2000 + 0x2bc0 = 0x00fc4bc0 -.byte 0xa8, 0xda, 0xf2, 0xfa, 0xf2, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2bd0] 0x00fc2000 + 0x2bd0 = 0x00fc4bd0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2be0] 0x00fc2000 + 0x2be0 = 0x00fc4be0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2bf0] 0x00fc2000 + 0x2bf0 = 0x00fc4bf0 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xf2, 0xfa, 0xfa, 0xfa, 0xfa // [0x2c00] 0x00fc2000 + 0x2c00 = 0x00fc4c00 -.byte 0xfa, 0xfa, 0xf2, 0xea, 0xcf, 0xa3, 0x43, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x0b // [0x2c10] 0x00fc2000 + 0x2c10 = 0x00fc4c10 -.byte 0x43, 0xab, 0xfa, 0xf2, 0xc2, 0x83, 0x2b, 0x13, 0x3b, 0x98, 0xe2, 0xf7, 0xf7, 0xf2, 0xea, 0xea // [0x2c20] 0x00fc2000 + 0x2c20 = 0x00fc4c20 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2c30] 0x00fc2000 + 0x2c30 = 0x00fc4c30 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2c40] 0x00fc2000 + 0x2c40 = 0x00fc4c40 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea // [0x2c50] 0x00fc2000 + 0x2c50 = 0x00fc4c50 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea, 0x8b, 0x8b, 0x9b, 0x9b, 0x93, 0x7b, 0x5b, 0x33 // [0x2c60] 0x00fc2000 + 0x2c60 = 0x00fc4c60 -.byte 0x10, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1b, 0x4b, 0x93, 0xd2, 0xdf, 0xb0, 0x7b, 0x4b // [0x2c70] 0x00fc2000 + 0x2c70 = 0x00fc4c70 -.byte 0x48, 0x68, 0xa3, 0xda, 0xef, 0xf7, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2c80] 0x00fc2000 + 0x2c80 = 0x00fc4c80 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2c90] 0x00fc2000 + 0x2c90 = 0x00fc4c90 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2ca0] 0x00fc2000 + 0x2ca0 = 0x00fc4ca0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00 // [0x2cb0] 0x00fc2000 + 0x2cb0 = 0x00fc4cb0 -.byte 0x03, 0x18, 0xe2, 0xea, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2cc0] 0x00fc2000 + 0x2cc0 = 0x00fc4cc0 -.byte 0x03, 0x0b, 0x53, 0x9b, 0xca, 0xd7, 0x9b, 0x5b, 0x43, 0x70, 0x93, 0xca, 0xea, 0xfa, 0xf7, 0xf2 // [0x2cd0] 0x00fc2000 + 0x2cd0 = 0x00fc4cd0 -.byte 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2ce0] 0x00fc2000 + 0x2ce0 = 0x00fc4ce0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2cf0] 0x00fc2000 + 0x2cf0 = 0x00fc4cf0 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2d00] 0x00fc2000 + 0x2d00 = 0x00fc4d00 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x18, 0xe2, 0xea // [0x2d10] 0x00fc2000 + 0x2d10 = 0x00fc4d10 -.byte 0x83, 0x6b, 0x6b, 0x6b, 0x70, 0x70, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x8b, 0xc2, 0xf2, 0xf2 // [0x2d20] 0x00fc2000 + 0x2d20 = 0x00fc4d20 -.byte 0xba, 0x90, 0x8b, 0xab, 0xd7, 0xf7, 0xfa, 0xf2, 0xef, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2d30] 0x00fc2000 + 0x2d30 = 0x00fc4d30 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2d40] 0x00fc2000 + 0x2d40 = 0x00fc4d40 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2d50] 0x00fc2000 + 0x2d50 = 0x00fc4d50 -.byte 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea // [0x2d60] 0x00fc2000 + 0x2d60 = 0x00fc4d60 -.byte 0xea, 0xea, 0xef, 0xea, 0x33, 0x03, 0x00, 0x00, 0x03, 0x1b, 0xea, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0x2d70] 0x00fc2000 + 0x2d70 = 0x00fc4d70 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa // [0x2d80] 0x00fc2000 + 0x2d80 = 0x00fc4d80 -.byte 0xfa, 0xfa, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0x2d90] 0x00fc2000 + 0x2d90 = 0x00fc4d90 -.byte 0xf7, 0xf7, 0xfa, 0xf7, 0xf7, 0xf7, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xf7 // [0x2da0] 0x00fc2000 + 0x2da0 = 0x00fc4da0 -.byte 0xfa, 0xfa, 0xf7, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa // [0x2db0] 0x00fc2000 + 0x2db0 = 0x00fc4db0 -.byte 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xf7, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf2 // [0x2dc0] 0x00fc2000 + 0x2dc0 = 0x00fc4dc0 -.byte 0x33, 0x03, 0x00, 0x00, 0x03, 0x13, 0x93, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x9b // [0x2dd0] 0x00fc2000 + 0x2dd0 = 0x00fc4dd0 -.byte 0xa0, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x9b, 0xa0, 0xa0, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b // [0x2de0] 0x00fc2000 + 0x2de0 = 0x00fc4de0 -.byte 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x9b, 0xa0, 0x9b // [0x2df0] 0x00fc2000 + 0x2df0 = 0x00fc4df0 -.byte 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0xa0, 0x9b, 0x9b, 0x9b // [0x2e00] 0x00fc2000 + 0x2e00 = 0x00fc4e00 -.byte 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b // [0x2e10] 0x00fc2000 + 0x2e10 = 0x00fc4e10 -.byte 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa0, 0x9b, 0x23, 0x03, 0x00, 0x00 // [0x2e20] 0x00fc2000 + 0x2e20 = 0x00fc4e20 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e30] 0x00fc2000 + 0x2e30 = 0x00fc4e30 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e40] 0x00fc2000 + 0x2e40 = 0x00fc4e40 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e50] 0x00fc2000 + 0x2e50 = 0x00fc4e50 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e60] 0x00fc2000 + 0x2e60 = 0x00fc4e60 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e70] 0x00fc2000 + 0x2e70 = 0x00fc4e70 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03 // [0x2e80] 0x00fc2000 + 0x2e80 = 0x00fc4e80 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2e90] 0x00fc2000 + 0x2e90 = 0x00fc4e90 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2ea0] 0x00fc2000 + 0x2ea0 = 0x00fc4ea0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2eb0] 0x00fc2000 + 0x2eb0 = 0x00fc4eb0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2ec0] 0x00fc2000 + 0x2ec0 = 0x00fc4ec0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03 // [0x2ed0] 0x00fc2000 + 0x2ed0 = 0x00fc4ed0 -.byte 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 // [0x2ee0] 0x00fc2000 + 0x2ee0 = 0x00fc4ee0 -.byte 0x2e, 0x00, 0x00, 0x00, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x03, 0x00, 0x00 // [0x2ef0] 0x00fc2000 + 0x2ef0 = 0x00fc4ef0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x2f00] 0x00fc2000 + 0x2f00 = 0x00fc4f00 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x80, 0x00 // [0x2f10] 0x00fc2000 + 0x2f10 = 0x00fc4f10 -.byte 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x80, 0x00, 0x00, 0xc0, 0xc0, 0xc0, 0x00 // [0x2f20] 0x00fc2000 + 0x2f20 = 0x00fc4f20 -.byte 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00 // [0x2f30] 0x00fc2000 + 0x2f30 = 0x00fc4f30 -.byte 0xff, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00 // [0x2f40] 0x00fc2000 + 0x2f40 = 0x00fc4f40 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x2f50] 0x00fc2000 + 0x2f50 = 0x00fc4f50 -.byte 0xff, 0xff, 0xff, 0xff, 0xf7, 0x88, 0x87, 0x8f, 0xf8, 0x88, 0x7f, 0x8f, 0xf8, 0x77, 0x7f, 0x77 // [0x2f60] 0x00fc2000 + 0x2f60 = 0x00fc4f60 -.byte 0x78, 0x88, 0x88, 0xff, 0x87, 0x88, 0x87, 0xff, 0xf7, 0x07, 0x77, 0x0f, 0x88, 0x78, 0x07, 0x07 // [0x2f70] 0x00fc2000 + 0x2f70 = 0x00fc4f70 -.byte 0x70, 0x78, 0x8f, 0x88, 0x70, 0x77, 0x78, 0x88, 0x07, 0x07, 0x80, 0xff, 0xf7, 0x8f, 0xf7, 0x88 // [0x2f80] 0x00fc2000 + 0x2f80 = 0x00fc4f80 -.byte 0x8f, 0xff, 0x88, 0x87, 0x80, 0x78, 0x87, 0x88, 0x78, 0xff, 0xf8, 0x88, 0x8f, 0x0f, 0xf8, 0x7f // [0x2f90] 0x00fc2000 + 0x2f90 = 0x00fc4f90 -.byte 0xf7, 0x8f, 0xf7, 0x88, 0x8f, 0xff, 0x88, 0x88, 0x88, 0x78, 0x08, 0x08, 0x70, 0x88, 0xf7, 0x88 // [0x2fa0] 0x00fc2000 + 0x2fa0 = 0x00fc4fa0 -.byte 0x8f, 0x0f, 0xf8, 0x7f, 0xf7, 0x8f, 0xf7, 0x87, 0x07, 0xf7, 0x08, 0x80, 0xf8, 0x78, 0x8f, 0x88 // [0x2fb0] 0x00fc2000 + 0x2fb0 = 0x00fc4fb0 -.byte 0x78, 0xff, 0xff, 0x80, 0x7f, 0x0f, 0x70, 0x7f, 0xf7, 0x8f, 0xf7, 0x8f, 0x80, 0x80, 0x8f, 0x08 // [0x2fc0] 0x00fc2000 + 0x2fc0 = 0x00fc4fc0 -.byte 0xf8, 0x78, 0x8f, 0x88, 0x70, 0x88, 0x7f, 0x80, 0xff, 0x08, 0x08, 0xff, 0xff, 0x7f, 0xff, 0x7f // [0x2fd0] 0x00fc2000 + 0x2fd0 = 0x00fc4fd0 -.byte 0xf7, 0x77, 0xff, 0x7f, 0xf7, 0xff, 0xff, 0xff, 0xf7, 0x77, 0xff, 0xf7, 0xff, 0x77, 0x7f, 0xff // [0x2fe0] 0x00fc2000 + 0x2fe0 = 0x00fc4fe0 -.byte 0xf7, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88 // [0x2ff0] 0x00fc2000 + 0x2ff0 = 0x00fc4ff0 -.byte 0x88, 0x88, 0x88, 0x7f, 0xf8, 0x87, 0x70, 0x00, 0x77, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3000] 0x00fc2000 + 0x3000 = 0x00fc5000 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xf0, 0x08, 0xff, 0x00, 0x00, 0x00 // [0x3010] 0x00fc2000 + 0x3010 = 0x00fc5010 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xf8, 0x08 // [0x3020] 0x00fc2000 + 0x3020 = 0x00fc5020 -.byte 0xf7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x3030] 0x00fc2000 + 0x3030 = 0x00fc5030 -.byte 0xf7, 0x8f, 0xf7, 0x00, 0xf7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xff, 0x87, 0x00 // [0x3040] 0x00fc2000 + 0x3040 = 0x00fc5040 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0x80, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08 // [0x3050] 0x00fc2000 + 0x3050 = 0x00fc5050 -.byte 0xff, 0xf7, 0x8f, 0x80, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xf8, 0x0f, 0x70, 0x00, 0x00 // [0x3060] 0x00fc2000 + 0x3060 = 0x00fc5060 -.byte 0x00, 0x00, 0x08, 0x7f, 0xff, 0x88, 0x78, 0x80, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff // [0x3070] 0x00fc2000 + 0x3070 = 0x00fc5070 -.byte 0x80, 0x77, 0x00, 0x00, 0x00, 0x08, 0x7f, 0xff, 0x78, 0x88, 0x08, 0x80, 0x00, 0x00, 0x00, 0x7f // [0x3080] 0x00fc2000 + 0x3080 = 0x00fc5080 -.byte 0xf7, 0x8f, 0xff, 0xff, 0xf7, 0x87, 0x78, 0x88, 0x88, 0x7f, 0xff, 0xf8, 0x8f, 0x70, 0x00, 0x00 // [0x3090] 0x00fc2000 + 0x3090 = 0x00fc5090 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x0f, 0xff, 0xff, 0xff, 0xf7, 0x7f, 0xff, 0xff, 0xff, 0xff, 0x87 // [0x30a0] 0x00fc2000 + 0x30a0 = 0x00fc50a0 -.byte 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x08, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x30b0] 0x00fc2000 + 0x30b0 = 0x00fc50b0 -.byte 0xff, 0xff, 0xf8, 0x7f, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x00, 0xff, 0xff // [0x30c0] 0x00fc2000 + 0x30c0 = 0x00fc50c0 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x30d0] 0x00fc2000 + 0x30d0 = 0x00fc50d0 -.byte 0xf7, 0x00, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0x80, 0x00, 0x00 // [0x30e0] 0x00fc2000 + 0x30e0 = 0x00fc50e0 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x87, 0x08, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x30f0] 0x00fc2000 + 0x30f0 = 0x00fc50f0 -.byte 0xff, 0x70, 0x00, 0x00, 0x08, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0x70, 0x08, 0xff, 0xff, 0xff, 0xff // [0x3100] 0x00fc2000 + 0x3100 = 0x00fc5100 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x07, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0x80 // [0x3110] 0x00fc2000 + 0x3110 = 0x00fc5110 -.byte 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x78, 0x00, 0x08, 0x80, 0x00, 0x7f // [0x3120] 0x00fc2000 + 0x3120 = 0x00fc5120 -.byte 0xf7, 0x8f, 0xff, 0xff, 0x78, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7 // [0x3130] 0x00fc2000 + 0x3130 = 0x00fc5130 -.byte 0x8f, 0xf7, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x77 // [0x3140] 0x00fc2000 + 0x3140 = 0x00fc5140 -.byte 0x78, 0x88, 0x07, 0x77, 0xff, 0x77, 0x80, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x3150] 0x00fc2000 + 0x3150 = 0x00fc5150 -.byte 0xff, 0xff, 0xff, 0x77, 0x77, 0xff, 0x88, 0xf8, 0x88, 0x08, 0x80, 0x7f, 0xf7, 0x8f, 0xff, 0xff // [0x3160] 0x00fc2000 + 0x3160 = 0x00fc5160 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0xf8, 0xff, 0x80, 0x00, 0x7f // [0x3170] 0x00fc2000 + 0x3170 = 0x00fc5170 -.byte 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x08, 0x88 // [0x3180] 0x00fc2000 + 0x3180 = 0x00fc5180 -.byte 0x78, 0x00, 0x00, 0x7f, 0xf7, 0x08, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x3190] 0x00fc2000 + 0x3190 = 0x00fc5190 -.byte 0xff, 0xf8, 0x08, 0x88, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x00, 0x87, 0xff, 0xff, 0xff, 0x7f, 0xff // [0x31a0] 0x00fc2000 + 0x31a0 = 0x00fc51a0 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0x80, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x00, 0x00, 0x08 // [0x31b0] 0x00fc2000 + 0x31b0 = 0x00fc51b0 -.byte 0x88, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x31c0] 0x00fc2000 + 0x31c0 = 0x00fc51c0 -.byte 0xf7, 0x8f, 0x78, 0x88, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7f, 0xf7, 0x70, 0x00 // [0x31d0] 0x00fc2000 + 0x31d0 = 0x00fc51d0 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0 // [0x31e0] 0x00fc2000 + 0x31e0 = 0x00fc51e0 -.byte 0x8f, 0x88, 0x70, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x31f0] 0x00fc2000 + 0x31f0 = 0x00fc51f0 -.byte 0xff, 0xff, 0xff, 0x70, 0x77, 0x07, 0x80, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff // [0x3200] 0x00fc2000 + 0x3200 = 0x00fc5200 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x08, 0x70, 0x87, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x3210] 0x00fc2000 + 0x3210 = 0x00fc5210 -.byte 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x87, 0x08, 0x70, 0x00, 0x00 // [0x3220] 0x00fc2000 + 0x3220 = 0x00fc5220 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff, 0xf7, 0x88, 0x80 // [0x3230] 0x00fc2000 + 0x3230 = 0x00fc5230 -.byte 0x87, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xf7, 0x8f, 0xff // [0x3240] 0x00fc2000 + 0x3240 = 0x00fc5240 -.byte 0xff, 0x78, 0x88, 0x87, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x8f, 0xff, 0xff // [0x3250] 0x00fc2000 + 0x3250 = 0x00fc5250 -.byte 0xff, 0x88, 0xff, 0xff, 0xf8, 0x08, 0x87, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x3260] 0x00fc2000 + 0x3260 = 0x00fc5260 -.byte 0xf7, 0x8f, 0xff, 0xff, 0x70, 0x8f, 0xff, 0xf7, 0x00, 0x87, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3270] 0x00fc2000 + 0x3270 = 0x00fc5270 -.byte 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x08, 0x77, 0x80, 0x07, 0xff, 0xf7, 0x88, 0x88, 0x80, 0x00, 0x00 // [0x3280] 0x00fc2000 + 0x3280 = 0x00fc5280 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x00, 0x00, 0x87, 0xff, 0xf7, 0x88, 0x88 // [0x3290] 0x00fc2000 + 0x3290 = 0x00fc5290 -.byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xf7, 0x87, 0x77, 0x77 // [0x32a0] 0x00fc2000 + 0x32a0 = 0x00fc52a0 -.byte 0x88, 0x88, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f // [0x32b0] 0x00fc2000 + 0x32b0 = 0x00fc52b0 -.byte 0xf7, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88 // [0x32c0] 0x00fc2000 + 0x32c0 = 0x00fc52c0 -.byte 0x88, 0x88, 0x88, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff // [0x32d0] 0x00fc2000 + 0x32d0 = 0x00fc52d0 -.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x03, 0x34, 0x00, 0x00, 0x00, 0x56, 0x00 // [0x32e0] 0x00fc2000 + 0x32e0 = 0x00fc52e0 -.byte 0x53, 0x00, 0x5f, 0x00, 0x56, 0x00, 0x45, 0x00, 0x52, 0x00, 0x53, 0x00, 0x49, 0x00, 0x4f, 0x00 // [0x32f0] 0x00fc2000 + 0x32f0 = 0x00fc52f0 -.byte 0x4e, 0x00, 0x5f, 0x00, 0x49, 0x00, 0x4e, 0x00, 0x46, 0x00, 0x4f, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3300] 0x00fc2000 + 0x3300 = 0x00fc5300 -.byte 0xbd, 0x04, 0xef, 0xfe, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00 // [0x3310] 0x00fc2000 + 0x3310 = 0x00fc5310 -.byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3320] 0x00fc2000 + 0x3320 = 0x00fc5320 -.byte 0x04, 0x00, 0x04, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3330] 0x00fc2000 + 0x3330 = 0x00fc5330 -.byte 0x00, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, 0x00, 0x01, 0x00, 0x53, 0x00, 0x74, 0x00, 0x72, 0x00 // [0x3340] 0x00fc2000 + 0x3340 = 0x00fc5340 -.byte 0x69, 0x00, 0x6e, 0x00, 0x67, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x49, 0x00 // [0x3350] 0x00fc2000 + 0x3350 = 0x00fc5350 -.byte 0x6e, 0x00, 0x66, 0x00, 0x6f, 0x00, 0x00, 0x00, 0x9c, 0x02, 0x00, 0x00, 0x01, 0x00, 0x30, 0x00 // [0x3360] 0x00fc2000 + 0x3360 = 0x00fc5360 -.byte 0x38, 0x00, 0x30, 0x00, 0x39, 0x00, 0x30, 0x00, 0x34, 0x00, 0x62, 0x00, 0x30, 0x00, 0x00, 0x00 // [0x3370] 0x00fc2000 + 0x3370 = 0x00fc5370 -.byte 0x30, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x43, 0x00, 0x6f, 0x00, 0x6d, 0x00, 0x6d, 0x00, 0x65, 0x00 // [0x3380] 0x00fc2000 + 0x3380 = 0x00fc5380 -.byte 0x6e, 0x00, 0x74, 0x00, 0x73, 0x00, 0x00, 0x00, 0x54, 0x00, 0x68, 0x00, 0x65, 0x00, 0x20, 0x00 // [0x3390] 0x00fc2000 + 0x3390 = 0x00fc5390 -.byte 0x4c, 0x00, 0x69, 0x00, 0x62, 0x00, 0x72, 0x00, 0x61, 0x00, 0x72, 0x00, 0x79, 0x00, 0x00, 0x00 // [0x33a0] 0x00fc2000 + 0x33a0 = 0x00fc53a0 -.byte 0x4c, 0x00, 0x16, 0x00, 0x01, 0x00, 0x43, 0x00, 0x6f, 0x00, 0x6d, 0x00, 0x70, 0x00, 0x61, 0x00 // [0x33b0] 0x00fc2000 + 0x33b0 = 0x00fc53b0 -.byte 0x6e, 0x00, 0x79, 0x00, 0x4e, 0x00, 0x61, 0x00, 0x6d, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x33c0] 0x00fc2000 + 0x33c0 = 0x00fc53c0 -.byte 0x4c, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00, 0x48, 0x00, 0x65, 0x00, 0x61, 0x00, 0x64, 0x00 // [0x33d0] 0x00fc2000 + 0x33d0 = 0x00fc53d0 -.byte 0x20, 0x00, 0x53, 0x00, 0x74, 0x00, 0x75, 0x00, 0x64, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x73, 0x00 // [0x33e0] 0x00fc2000 + 0x33e0 = 0x00fc53e0 -.byte 0x20, 0x00, 0x4c, 0x00, 0x74, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x00, 0x00, 0x2e, 0x00, 0x03, 0x00 // [0x33f0] 0x00fc2000 + 0x33f0 = 0x00fc53f0 -.byte 0x01, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x44, 0x00, 0x65, 0x00, 0x73, 0x00 // [0x3400] 0x00fc2000 + 0x3400 = 0x00fc5400 -.byte 0x63, 0x00, 0x72, 0x00, 0x69, 0x00, 0x70, 0x00, 0x74, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00 // [0x3410] 0x00fc2000 + 0x3410 = 0x00fc5410 -.byte 0x00, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x0b, 0x00 // [0x3420] 0x00fc2000 + 0x3420 = 0x00fc5420 -.byte 0x01, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x56, 0x00, 0x65, 0x00, 0x72, 0x00 // [0x3430] 0x00fc2000 + 0x3430 = 0x00fc5430 -.byte 0x73, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x00, 0x2c, 0x00 // [0x3440] 0x00fc2000 + 0x3440 = 0x00fc5440 -.byte 0x20, 0x00, 0x30, 0x00, 0x2c, 0x00, 0x20, 0x00, 0x30, 0x00, 0x2c, 0x00, 0x20, 0x00, 0x31, 0x00 // [0x3450] 0x00fc2000 + 0x3450 = 0x00fc5450 -.byte 0x00, 0x00, 0x00, 0x00, 0x26, 0x00, 0x03, 0x00, 0x01, 0x00, 0x49, 0x00, 0x6e, 0x00, 0x74, 0x00 // [0x3460] 0x00fc2000 + 0x3460 = 0x00fc5460 -.byte 0x65, 0x00, 0x72, 0x00, 0x6e, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x4e, 0x00, 0x61, 0x00, 0x6d, 0x00 // [0x3470] 0x00fc2000 + 0x3470 = 0x00fc5470 -.byte 0x65, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46, 0x00, 0x11, 0x00 // [0x3480] 0x00fc2000 + 0x3480 = 0x00fc5480 -.byte 0x01, 0x00, 0x4c, 0x00, 0x65, 0x00, 0x67, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x43, 0x00, 0x6f, 0x00 // [0x3490] 0x00fc2000 + 0x3490 = 0x00fc5490 -.byte 0x70, 0x00, 0x79, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x68, 0x00, 0x74, 0x00, 0x00, 0x00 // [0x34a0] 0x00fc2000 + 0x34a0 = 0x00fc54a0 -.byte 0x43, 0x00, 0x6f, 0x00, 0x70, 0x00, 0x79, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x68, 0x00 // [0x34b0] 0x00fc2000 + 0x34b0 = 0x00fc54b0 -.byte 0x74, 0x00, 0x20, 0x00, 0xa9, 0x00, 0x20, 0x00, 0x31, 0x00, 0x39, 0x00, 0x39, 0x00, 0x37, 0x00 // [0x34c0] 0x00fc2000 + 0x34c0 = 0x00fc54c0 -.byte 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x01, 0x00, 0x4c, 0x00, 0x65, 0x00, 0x67, 0x00 // [0x34d0] 0x00fc2000 + 0x34d0 = 0x00fc54d0 -.byte 0x61, 0x00, 0x6c, 0x00, 0x54, 0x00, 0x72, 0x00, 0x61, 0x00, 0x64, 0x00, 0x65, 0x00, 0x6d, 0x00 // [0x34e0] 0x00fc2000 + 0x34e0 = 0x00fc54e0 -.byte 0x61, 0x00, 0x72, 0x00, 0x6b, 0x00, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x08, 0x00 // [0x34f0] 0x00fc2000 + 0x34f0 = 0x00fc54f0 -.byte 0x01, 0x00, 0x4f, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x69, 0x00, 0x6e, 0x00, 0x61, 0x00 // [0x3500] 0x00fc2000 + 0x3500 = 0x00fc5500 -.byte 0x6c, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x6e, 0x00, 0x61, 0x00, 0x6d, 0x00 // [0x3510] 0x00fc2000 + 0x3510 = 0x00fc5510 -.byte 0x65, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x68, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x6c, 0x00, 0x69, 0x00 // [0x3520] 0x00fc2000 + 0x3520 = 0x00fc5520 -.byte 0x62, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x50, 0x00, 0x72, 0x00, 0x69, 0x00 // [0x3530] 0x00fc2000 + 0x3530 = 0x00fc5530 -.byte 0x76, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65, 0x00, 0x42, 0x00, 0x75, 0x00, 0x69, 0x00, 0x6c, 0x00 // [0x3540] 0x00fc2000 + 0x3540 = 0x00fc5540 -.byte 0x64, 0x00, 0x00, 0x00, 0x54, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x50, 0x00, 0x72, 0x00, 0x6f, 0x00 // [0x3550] 0x00fc2000 + 0x3550 = 0x00fc5550 -.byte 0x64, 0x00, 0x75, 0x00, 0x63, 0x00, 0x74, 0x00, 0x4e, 0x00, 0x61, 0x00, 0x6d, 0x00, 0x65, 0x00 // [0x3560] 0x00fc2000 + 0x3560 = 0x00fc5560 -.byte 0x00, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00, 0x48, 0x00, 0x65, 0x00 // [0x3570] 0x00fc2000 + 0x3570 = 0x00fc5570 -.byte 0x61, 0x00, 0x64, 0x00, 0x20, 0x00, 0x53, 0x00, 0x74, 0x00, 0x75, 0x00, 0x64, 0x00, 0x69, 0x00 // [0x3580] 0x00fc2000 + 0x3580 = 0x00fc5580 -.byte 0x6f, 0x00, 0x73, 0x00, 0x20, 0x00, 0x4c, 0x00, 0x74, 0x00, 0x64, 0x00, 0x2e, 0x00, 0x20, 0x00 // [0x3590] 0x00fc2000 + 0x3590 = 0x00fc5590 -.byte 0x6c, 0x00, 0x68, 0x00, 0x64, 0x00, 0x00, 0x00, 0x3a, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x50, 0x00 // [0x35a0] 0x00fc2000 + 0x35a0 = 0x00fc55a0 -.byte 0x72, 0x00, 0x6f, 0x00, 0x64, 0x00, 0x75, 0x00, 0x63, 0x00, 0x74, 0x00, 0x56, 0x00, 0x65, 0x00 // [0x35b0] 0x00fc2000 + 0x35b0 = 0x00fc55b0 -.byte 0x72, 0x00, 0x73, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x31, 0x00, 0x2c, 0x00 // [0x35c0] 0x00fc2000 + 0x35c0 = 0x00fc55c0 -.byte 0x20, 0x00, 0x30, 0x00, 0x2c, 0x00, 0x20, 0x00, 0x30, 0x00, 0x2c, 0x00, 0x20, 0x00, 0x31, 0x00 // [0x35d0] 0x00fc2000 + 0x35d0 = 0x00fc55d0 -.byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x53, 0x00, 0x70, 0x00, 0x65, 0x00 // [0x35e0] 0x00fc2000 + 0x35e0 = 0x00fc55e0 -.byte 0x63, 0x00, 0x69, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x42, 0x00, 0x75, 0x00, 0x69, 0x00, 0x6c, 0x00 // [0x35f0] 0x00fc2000 + 0x35f0 = 0x00fc55f0 -.byte 0x64, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x01, 0x00, 0x56, 0x00, 0x61, 0x00, 0x72, 0x00 // [0x3600] 0x00fc2000 + 0x3600 = 0x00fc5600 -.byte 0x46, 0x00, 0x69, 0x00, 0x6c, 0x00, 0x65, 0x00, 0x49, 0x00, 0x6e, 0x00, 0x66, 0x00, 0x6f, 0x00 // [0x3610] 0x00fc2000 + 0x3610 = 0x00fc5610 -.byte 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x04, 0x00, 0x00, 0x00, 0x54, 0x00, 0x72, 0x00, 0x61, 0x00 // [0x3620] 0x00fc2000 + 0x3620 = 0x00fc5620 -.byte 0x6e, 0x00, 0x73, 0x00, 0x6c, 0x00, 0x61, 0x00, 0x74, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00 // [0x3630] 0x00fc2000 + 0x3630 = 0x00fc5630 -.byte 0x00, 0x00, 0x00, 0x00, 0x09, 0x08, 0xb0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0x26, 0x00 // [0x3640] 0x00fc2000 + 0x3640 = 0x00fc5640 -.byte 0x4f, 0x00, 0x70, 0x00, 0x74, 0x00, 0x69, 0x00, 0x6f, 0x00, 0x6e, 0x00, 0x73, 0x00, 0x00, 0x00 // [0x3650] 0x00fc2000 + 0x3650 = 0x00fc5650 -.byte 0x00, 0x00, 0x5a, 0x9c, 0x46, 0x00, 0x75, 0x00, 0x6c, 0x00, 0x6c, 0x00, 0x73, 0x00, 0x63, 0x00 // [0x3660] 0x00fc2000 + 0x3660 = 0x00fc5660 -.byte 0x72, 0x00, 0x65, 0x00, 0x65, 0x00, 0x6e, 0x00, 0x09, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00 // [0x3670] 0x00fc2000 + 0x3670 = 0x00fc5670 -.byte 0x20, 0x00, 0x45, 0x00, 0x6e, 0x00, 0x74, 0x00, 0x65, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3680] 0x00fc2000 + 0x3680 = 0x00fc5680 -.byte 0x43, 0x9c, 0x46, 0x00, 0x50, 0x00, 0x53, 0x00, 0x09, 0x00, 0x43, 0x00, 0x74, 0x00, 0x72, 0x00 // [0x3690] 0x00fc2000 + 0x3690 = 0x00fc5690 -.byte 0x6c, 0x00, 0x20, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00, 0x20, 0x00, 0x46, 0x00, 0x00, 0x00 // [0x36a0] 0x00fc2000 + 0x36a0 = 0x00fc56a0 -.byte 0x00, 0x00, 0x58, 0x9c, 0x26, 0x00, 0x44, 0x00, 0x75, 0x00, 0x6d, 0x00, 0x70, 0x00, 0x20, 0x00 // [0x36b0] 0x00fc2000 + 0x36b0 = 0x00fc56b0 -.byte 0x42, 0x00, 0x69, 0x00, 0x74, 0x00, 0x6d, 0x00, 0x61, 0x00, 0x70, 0x00, 0x09, 0x00, 0x43, 0x00 // [0x36c0] 0x00fc2000 + 0x36c0 = 0x00fc56c0 -.byte 0x74, 0x00, 0x72, 0x00, 0x6c, 0x00, 0x20, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00, 0x20, 0x00 // [0x36d0] 0x00fc2000 + 0x36d0 = 0x00fc56d0 -.byte 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x9c, 0x26, 0x00, 0x4c, 0x00, 0x6f, 0x00, 0x67, 0x00 // [0x36e0] 0x00fc2000 + 0x36e0 = 0x00fc56e0 -.byte 0x20, 0x00, 0x50, 0x00, 0x72, 0x00, 0x6f, 0x00, 0x70, 0x00, 0x65, 0x00, 0x72, 0x00, 0x74, 0x00 // [0x36f0] 0x00fc2000 + 0x36f0 = 0x00fc56f0 -.byte 0x69, 0x00, 0x65, 0x00, 0x73, 0x00, 0x09, 0x00, 0x43, 0x00, 0x74, 0x00, 0x72, 0x00, 0x6c, 0x00 // [0x3700] 0x00fc2000 + 0x3700 = 0x00fc5700 -.byte 0x20, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00, 0x20, 0x00, 0x4c, 0x00, 0x00, 0x00, 0x80, 0x00 // [0x3710] 0x00fc2000 + 0x3710 = 0x00fc5710 -.byte 0x50, 0x9c, 0x50, 0x00, 0x61, 0x00, 0x75, 0x00, 0x73, 0x00, 0x65, 0x00, 0x09, 0x00, 0x43, 0x00 // [0x3720] 0x00fc2000 + 0x3720 = 0x00fc5720 -.byte 0x74, 0x00, 0x72, 0x00, 0x6c, 0x00, 0x20, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00, 0x20, 0x00 // [0x3730] 0x00fc2000 + 0x3730 = 0x00fc5730 -.byte 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x00, 0x44, 0x00, 0x58, 0x9c, 0x00, 0x00 // [0x3740] 0x00fc2000 + 0x3740 = 0x00fc5740 -.byte 0x1b, 0x00, 0x46, 0x00, 0x43, 0x9c, 0x00, 0x00, 0x1b, 0x00, 0x4c, 0x00, 0x54, 0x9c, 0x00, 0x00 // [0x3750] 0x00fc2000 + 0x3750 = 0x00fc5750 -.byte 0x1b, 0x00, 0x50, 0x00, 0x50, 0x9c, 0x00, 0x00, 0x93, 0x00, 0x0d, 0x00, 0x5a, 0x9c, 0x00, 0x00 // [0x3760] 0x00fc2000 + 0x3760 = 0x00fc5760 -.byte 0x1e, 0x00, 0x0f, 0x00, 0x28, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 // [0x3770] 0x00fc2000 + 0x3770 = 0x00fc5770 -.byte 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3780] 0x00fc2000 + 0x3780 = 0x00fc5780 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x3790] 0x00fc2000 + 0x3790 = 0x00fc5790 -.byte 0xff, 0xff, 0xff, 0x00, 0xc1, 0x00, 0x00, 0x00, 0xc3, 0x00, 0x00, 0x00, 0xe6, 0x00, 0x00, 0x00 // [0x37a0] 0x00fc2000 + 0x37a0 = 0x00fc57a0 -.byte 0xe6, 0x00, 0x06, 0x00, 0xf2, 0x00, 0x1e, 0x80, 0xfb, 0x00, 0x39, 0x00, 0xfd, 0x80, 0xf6, 0x80 // [0x37b0] 0x00fc2000 + 0x37b0 = 0x00fc57b0 -.byte 0xfe, 0xff, 0xec, 0x40, 0x7f, 0xff, 0xdc, 0x00, 0x3f, 0xff, 0xb8, 0x00, 0x1f, 0xff, 0xb8, 0x00 // [0x37c0] 0x00fc2000 + 0x37c0 = 0x00fc57c0 -.byte 0x1f, 0xff, 0xfc, 0x00, 0xc7, 0xff, 0xfc, 0x10, 0xf1, 0xff, 0xff, 0x10, 0xfc, 0x3f, 0xbf, 0xfc // [0x37d0] 0x00fc2000 + 0x37d0 = 0x00fc57d0 -.byte 0xff, 0xff, 0xc3, 0x8c, 0xff, 0xff, 0xfd, 0xf2, 0x7f, 0xff, 0xfe, 0xb0, 0x3f, 0xff, 0xfe, 0x40 // [0x37e0] 0x00fc2000 + 0x37e0 = 0x00fc57e0 -.byte 0x1f, 0xff, 0xff, 0x00, 0x00, 0xff, 0xfe, 0x80, 0xff, 0xff, 0xcf, 0x00, 0xff, 0xff, 0xeb, 0x00 // [0x37f0] 0x00fc2000 + 0x37f0 = 0x00fc57f0 -.byte 0xff, 0xff, 0xd7, 0x00, 0xff, 0xff, 0xac, 0x00, 0xff, 0xff, 0x58, 0x00, 0xff, 0xfc, 0x30, 0x00 // [0x3800] 0x00fc2000 + 0x3800 = 0x00fc5800 -.byte 0x7f, 0x79, 0xc0, 0x00, 0x3c, 0xe7, 0x00, 0x00, 0x03, 0x88, 0x00, 0x00, 0xfe, 0x40, 0x00, 0x00 // [0x3810] 0x00fc2000 + 0x3810 = 0x00fc5810 -.byte 0xc0, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0x7f, 0xff, 0xff, 0x00, 0xff, 0xf0, 0xff // [0x3820] 0x00fc2000 + 0x3820 = 0x00fc5820 -.byte 0x00, 0xff, 0xc0, 0x3f, 0x00, 0x7f, 0x80, 0x3f, 0x00, 0x3e, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x1f // [0x3830] 0x00fc2000 + 0x3830 = 0x00fc5830 -.byte 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x01, 0x1f, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, 0x01, 0xff // [0x3840] 0x00fc2000 + 0x3840 = 0x00fc5840 -.byte 0x00, 0x00, 0x01, 0xc7, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 // [0x3850] 0x00fc2000 + 0x3850 = 0x00fc5850 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07 // [0x3860] 0x00fc2000 + 0x3860 = 0x00fc5860 -.byte 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x7f // [0x3870] 0x00fc2000 + 0x3870 = 0x00fc5870 -.byte 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x01, 0xff, 0x00, 0x00, 0x03, 0xff // [0x3880] 0x00fc2000 + 0x3880 = 0x00fc5880 -.byte 0x00, 0x00, 0x07, 0xff, 0x00, 0x00, 0x1f, 0xff, 0x00, 0x00, 0x7f, 0xff, 0x00, 0x03, 0xff, 0xff // [0x3890] 0x00fc2000 + 0x3890 = 0x00fc5890 -.byte 0x00, 0x1f, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x20, 0x00 // [0x38a0] 0x00fc2000 + 0x38a0 = 0x00fc58a0 -.byte 0x40, 0x00, 0x01, 0x00, 0x01, 0x00, 0x34, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x38b0] 0x00fc2000 + 0x38b0 = 0x00fc58b0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x38c0] 0x00fc2000 + 0x38c0 = 0x00fc58c0 -.byte 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x41, 0x00, 0x6c, 0x00, 0x74, 0x00, 0x20, 0x00, 0x45, 0x00 // [0x38d0] 0x00fc2000 + 0x38d0 = 0x00fc58d0 -.byte 0x6e, 0x00, 0x74, 0x00, 0x65, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // [0x38e0] 0x00fc2000 + 0x38e0 = 0x00fc58e0 -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x72, 0x00, 0x6f, 0x00, 0x70, 0x00 // [0x38f0] 0x00fc2000 + 0x38f0 = 0x00fc58f0 -.byte 0x65, 0x00, 0x72, 0x00, 0x74, 0x00, 0x79, 0x00, 0x20, 0x00, 0x6f, 0x00, 0x66, 0x00, 0x20, 0x00 // [0x3900] 0x00fc2000 + 0x3900 = 0x00fc5900 -.byte 0x74, 0x00, 0x68, 0x00, 0x65, 0x00, 0x69, 0x00, 0x72, 0x00, 0x20, 0x00, 0x72, 0x00, 0x65, 0x00 // [0x3910] 0x00fc2000 + 0x3910 = 0x00fc5910 -.byte 0x73, 0x00, 0x70, 0x00, 0x65, 0x00, 0x63, 0x00, 0x74, 0x00, 0x69, 0x00, 0x76, 0x00, 0x65, 0x00 // [0x3920] 0x00fc2000 + 0x3920 = 0x00fc5920 -.byte 0x20, 0x00, 0x6f, 0x00, 0x77, 0x00, 0x6e, 0x00, 0x65, 0x00, 0x72, 0x00, 0x73, 0x00 // [0x3930] 0x00fc2000 + 0x3930 = 0x00fc5930 diff --git a/src/res/BITMAP102_1.bmp b/src/res/BITMAP102_1.bmp new file mode 100644 index 0000000..da2f9b6 Binary files /dev/null and b/src/res/BITMAP102_1.bmp differ diff --git a/src/res/BITMAP106_1.bmp b/src/res/BITMAP106_1.bmp new file mode 100644 index 0000000..24f3d48 Binary files /dev/null and b/src/res/BITMAP106_1.bmp differ diff --git a/src/res/CURSOR108_1.cur b/src/res/CURSOR108_1.cur new file mode 100644 index 0000000..2dc3f9b Binary files /dev/null and b/src/res/CURSOR108_1.cur differ diff --git a/src/res/resource.h b/src/res/resource.h new file mode 100644 index 0000000..1ae4797 --- /dev/null +++ b/src/res/resource.h @@ -0,0 +1,20 @@ +#define VS_VERSION_INFO 1 + +#define IDD_LIBSDLG 102 + +#define IDB_BMP1 102 +#define IDB_BMP2 106 + +#define IDC_CURSOR 108 + +#define IDC_CMB1 1003 +#define IDC_LSB1 1004 +#define IDC_HOSTBUTTON 1005 +#define IDC_JOINBUTTON 1006 +#define IDC_EDT1 1017 + +#define ICM_FPS 40003 +#define ICM_PAUSE 40016 +#define ICM_LOG_PROPERTIES 40020 +#define ICM_DUMP_BITMAP 40024 +#define ICM_FULLSCREEN 40026 diff --git a/src/res/runblack.rc b/src/res/runblack.rc new file mode 100644 index 0000000..4c4ea52 --- /dev/null +++ b/src/res/runblack.rc @@ -0,0 +1,86 @@ +#include "winnt.rh" +#include "winuser.rh" +#include "verrsrc.h" +#include "resource.h" + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK + +IDD_LIBSDLG DIALOG 0, 0, 241, 119 +STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "LIONHEAD LIBRARIES" +FONT 8, "MS Shell Dlg" +{ + COMBOBOX IDC_CMB1, 91, 24, 143, 85, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP + LISTBOX IDC_LSB1, 91, 42, 143, 48, LBS_STANDARD | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "Host", IDC_HOSTBUTTON, 91, 98, 50, 14, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "Join", IDC_JOINBUTTON, 184, 98, 50, 14, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP + ICON IDB_BMP1, -1, 7, 7, 60, 66, SS_BITMAP | WS_CHILD | WS_VISIBLE + EDITTEXT IDC_EDT1, 131, 7, 103, 12, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP + LTEXT "User Name:", -1, 91, 7, 39, 12, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP +} + +IDB_BMP1 BITMAP "BITMAP102_1.bmp" +IDB_BMP2 BITMAP "BITMAP106_1.bmp" + +VS_VERSION_INFO VERSIONINFO +FILEVERSION 1,0,0,1 +PRODUCTVERSION 1,0,0,1 +FILEOS VOS_NT_WINDOWS32 +FILETYPE VFT_STATIC_LIB +FILEFLAGSMASK 0x3f +{ +BLOCK "StringFileInfo" +{ + BLOCK "080904b0" + { + VALUE "Comments", "The Library" + VALUE "CompanyName", "LionHead Studios Ltd." + VALUE "FileDescription", "lh" + VALUE "FileVersion", "1, 0, 0, 1" + VALUE "InternalName", "lh" + VALUE "LegalCopyright", L"Copyright \xA9 1997" + VALUE "LegalTrademarks", "" + VALUE "OriginalFilename", "lhd.lib" + VALUE "PrivateBuild", "" + VALUE "ProductName", "LionHead Studios Ltd. lhd" + VALUE "ProductVersion", "1, 0, 0, 1" + VALUE "SpecialBuild", "" + } +} + +BLOCK "VarFileInfo" +{ + VALUE "Translation", 0x0809 0x04B0 +} +} + +APPMENU MENU +{ + POPUP "&Options" + { + MENUITEM "Fullscreen\tAlt Enter", ICM_FULLSCREEN + MENUITEM "FPS\tCtrl Alt F", ICM_FPS + MENUITEM "&Dump Bitmap\tCtrl Alt D", ICM_DUMP_BITMAP + MENUITEM "&Log Properties\tCtrl Alt L", ICM_LOG_PROPERTIES + MENUITEM "Pause\tCtrl Alt P", ICM_PAUSE + } +} + +APPACCEL ACCELERATORS +{ + "D", ICM_DUMP_BITMAP, NOINVERT, ALT, CONTROL, VIRTKEY + "F", ICM_FPS, NOINVERT, ALT, CONTROL, VIRTKEY + "L", ICM_LOG_PROPERTIES, NOINVERT, ALT, CONTROL, VIRTKEY + "P", ICM_PAUSE, NOINVERT, ALT, CONTROL, VIRTKEY + VK_RETURN, ICM_FULLSCREEN, NOINVERT, ALT, VIRTKEY +} + +IDC_CURSOR CURSOR "CURSOR108_1.cur" + +STRINGTABLE +{ + ICM_PAUSE, "" + ICM_LOG_PROPERTIES, "" + ICM_DUMP_BITMAP, "" + ICM_FULLSCREEN, "Alt Enter" +} diff --git a/src/res/verrsrc.h b/src/res/verrsrc.h new file mode 100644 index 0000000..e13165a --- /dev/null +++ b/src/res/verrsrc.h @@ -0,0 +1,173 @@ +/* Definitions for the VERsion info library (VER.DLL) + * + * Copyright 1996 Marcus Meissner + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef __WINE_VERRSRC_H +#define __WINE_VERRSRC_H + +/* Macro to deal with LP64 <=> LLP64 differences in numeric constants with 'l' modifier */ +#ifndef __MSABI_LONG +#if !defined(__LP64__) && !defined(WINE_NO_LONG_TYPES) +# define __MSABI_LONG(x) x ## l +# else +# define __MSABI_LONG(x) x +# endif +#endif + +/* resource ids for different version infos */ +#define VS_FILE_INFO RT_VERSION +#define VS_VERSION_INFO 1 +#define VS_USER_DEFINED 100 + +#define VS_FFI_SIGNATURE __MSABI_LONG(0xfeef04bd) /* FileInfo Magic */ +#define VS_FFI_STRUCVERSION __MSABI_LONG(0x00010000) /* struc version 1.0 */ +#define VS_FFI_FILEFLAGSMASK __MSABI_LONG(0x0000003f) /* valid flags */ + +/* VS_VERSION.dwFileFlags */ +#define VS_FF_DEBUG __MSABI_LONG(0x01) +#define VS_FF_PRERELEASE __MSABI_LONG(0x02) +#define VS_FF_PATCHED __MSABI_LONG(0x04) +#define VS_FF_PRIVATEBUILD __MSABI_LONG(0x08) +#define VS_FF_INFOINFERRED __MSABI_LONG(0x10) +#define VS_FF_SPECIALBUILD __MSABI_LONG(0x20) + +/* VS_VERSION.dwFileOS */ + +/* major os version */ +#define VOS_UNKNOWN __MSABI_LONG(0x00000000) +#define VOS_DOS __MSABI_LONG(0x00010000) +#define VOS_OS216 __MSABI_LONG(0x00020000) +#define VOS_OS232 __MSABI_LONG(0x00030000) +#define VOS_NT __MSABI_LONG(0x00040000) +#define VOS_WINCE __MSABI_LONG(0x00050000) + +/* minor os version */ +#define VOS__BASE __MSABI_LONG(0x00000000) +#define VOS__WINDOWS16 __MSABI_LONG(0x00000001) +#define VOS__PM16 __MSABI_LONG(0x00000002) +#define VOS__PM32 __MSABI_LONG(0x00000003) +#define VOS__WINDOWS32 __MSABI_LONG(0x00000004) + +/* possible versions */ +#define VOS_DOS_WINDOWS16 (VOS_DOS|VOS__WINDOWS16) +#define VOS_DOS_WINDOWS32 (VOS_DOS|VOS__WINDOWS32) +#define VOS_OS216_PM16 (VOS_OS216|VOS__PM16) +#define VOS_OS232_PM32 (VOS_OS232|VOS__PM32) +#define VOS_NT_WINDOWS32 (VOS_NT|VOS__WINDOWS32) + +/* VS_VERSION.dwFileType */ +#define VFT_UNKNOWN __MSABI_LONG(0x00000000) +#define VFT_APP __MSABI_LONG(0x00000001) +#define VFT_DLL __MSABI_LONG(0x00000002) +#define VFT_DRV __MSABI_LONG(0x00000003) +#define VFT_FONT __MSABI_LONG(0x00000004) +#define VFT_VXD __MSABI_LONG(0x00000005) +/* ??one type missing?? __MSABI_LONG(0x00000006) -Marcus */ +#define VFT_STATIC_LIB __MSABI_LONG(0x00000007) + +/* VS_VERSION.dwFileSubtype for VFT_DRV */ +#define VFT2_UNKNOWN __MSABI_LONG(0x00000000) +#define VFT2_DRV_PRINTER __MSABI_LONG(0x00000001) +#define VFT2_DRV_KEYBOARD __MSABI_LONG(0x00000002) +#define VFT2_DRV_LANGUAGE __MSABI_LONG(0x00000003) +#define VFT2_DRV_DISPLAY __MSABI_LONG(0x00000004) +#define VFT2_DRV_MOUSE __MSABI_LONG(0x00000005) +#define VFT2_DRV_NETWORK __MSABI_LONG(0x00000006) +#define VFT2_DRV_SYSTEM __MSABI_LONG(0x00000007) +#define VFT2_DRV_INSTALLABLE __MSABI_LONG(0x00000008) +#define VFT2_DRV_SOUND __MSABI_LONG(0x00000009) +#define VFT2_DRV_COMM __MSABI_LONG(0x0000000a) +#define VFT2_DRV_INPUTMETHOD __MSABI_LONG(0x0000000b) +#define VFT2_DRV_VERSIONED_PRINTER __MSABI_LONG(0x0000000c) + +/* VS_VERSION.dwFileSubtype for VFT_FONT */ +#define VFT2_FONT_RASTER __MSABI_LONG(0x00000001) +#define VFT2_FONT_VECTOR __MSABI_LONG(0x00000002) +#define VFT2_FONT_TRUETYPE __MSABI_LONG(0x00000003) + +/* VerFindFile Flags */ + /* input */ +#define VFFF_ISSHAREDFILE 0x0001 + + /* output (returned) */ +#define VFF_CURNEDEST 0x0001 +#define VFF_FILEINUSE 0x0002 +#define VFF_BUFFTOOSMALL 0x0004 + +/* VerInstallFile Flags */ + /* input */ +#define VIFF_FORCEINSTALL 0x0001 +#define VIFF_DONTDELETEOLD 0x0002 + + /* output (return) */ +#define VIF_TEMPFILE __MSABI_LONG(0x00000001) +#define VIF_MISMATCH __MSABI_LONG(0x00000002) +#define VIF_SRCOLD __MSABI_LONG(0x00000004) +#define VIF_DIFFLANG __MSABI_LONG(0x00000008) +#define VIF_DIFFCODEPG __MSABI_LONG(0x00000010) +#define VIF_DIFFTYPE __MSABI_LONG(0x00000020) +#define VIF_WRITEPROT __MSABI_LONG(0x00000040) +#define VIF_FILEINUSE __MSABI_LONG(0x00000080) +#define VIF_OUTOFSPACE __MSABI_LONG(0x00000100) +#define VIF_ACCESSVIOLATION __MSABI_LONG(0x00000200) +#define VIF_SHARINGVIOLATION __MSABI_LONG(0x00000400) +#define VIF_CANNOTCREATE __MSABI_LONG(0x00000800) +#define VIF_CANNOTDELETE __MSABI_LONG(0x00001000) +#define VIF_CANNOTRENAME __MSABI_LONG(0x00002000) +#define VIF_CANNOTDELETECUR __MSABI_LONG(0x00004000) +#define VIF_OUTOFMEMORY __MSABI_LONG(0x00008000) +#define VIF_CANNOTREADSRC __MSABI_LONG(0x00010000) +#define VIF_CANNOTREADDST __MSABI_LONG(0x00020000) +#define VIF_BUFFTOOSMALL __MSABI_LONG(0x00040000) +#define VIF_CANNOTLOADLZ32 __MSABI_LONG(0x00080000) +#define VIF_CANNOTLOADCABINET __MSABI_LONG(0x00100000) + + +#ifndef RC_INVOKED + +#ifdef __cplusplus +extern "C" { +#endif /* defined(__cplusplus) */ + +#define FILE_VER_GET_LOCALISED 0x01 +#define FILE_VER_GET_NEUTRAL 0x02 +#define FILE_VER_GET_PREFETCHED 0x04 + +typedef struct tagVS_FIXEDFILEINFO { + DWORD dwSignature; + DWORD dwStrucVersion; + DWORD dwFileVersionMS; + DWORD dwFileVersionLS; + DWORD dwProductVersionMS; + DWORD dwProductVersionLS; + DWORD dwFileFlagsMask; + DWORD dwFileFlags; + DWORD dwFileOS; + DWORD dwFileType; + DWORD dwFileSubtype; + DWORD dwFileDateMS; + DWORD dwFileDateLS; +} VS_FIXEDFILEINFO; + +#ifdef __cplusplus +} /* extern "C" */ +#endif /* defined(__cplusplus) */ + +#endif /* RC_INVOKED */ + +#endif /* __WINE_VERRSRC_H */ diff --git a/src/res/winnt.rh b/src/res/winnt.rh new file mode 100644 index 0000000..e4d4152 --- /dev/null +++ b/src/res/winnt.rh @@ -0,0 +1,450 @@ +/* + * Win32 definitions for Windows NT + * + * Copyright 1996 Alexandre Julliard + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + + +/* These are only defined for Winelib, i.e. _not_ defined for + * the emulator. The reason is they depend on the UNICODE + * macro which only exists in the user's code. + */ +#ifndef WINE_NO_UNICODE_MACROS +# ifndef UNICODE +# define __TEXT(string) string +# elif defined(WINE_UNICODE_NATIVE) +# define __TEXT(string) L##string +# else +# define __TEXT(string) u##string +# endif +# define TEXT(string) __TEXT(string) +#endif + + +/* Language definitions */ +#define LANG_NEUTRAL 0x67 +#define LANG_INVARIANT 0x7f + +#define LANG_AFRIKAANS 0x36 +#define LANG_ALBANIAN 0x1c +#define LANG_ALSATIAN 0x84 +#define LANG_AMHARIC 0x5e +#define LANG_ARABIC 0x01 +#define LANG_ARMENIAN 0x2b +#define LANG_ASSAMESE 0x4d +#define LANG_AZERBAIJANI 0x2c +#define LANG_AZERI LANG_AZERBAIJANI +#define LANG_BANGLA 0x45 +#define LANG_BASHKIR 0x6d +#define LANG_BASQUE 0x2d +#define LANG_BELARUSIAN 0x23 +#define LANG_BENGALI 0x45 +#define LANG_BOSNIAN 0x1a +#define LANG_BOSNIAN_NEUTRAL 0x781a +#define LANG_BRETON 0x7e +#define LANG_BULGARIAN 0x02 +#define LANG_CATALAN 0x03 +#define LANG_CENTRAL_KURDISH 0x92 +#define LANG_CHEROKEE 0x5c +#define LANG_CHINESE 0x04 +#define LANG_CHINESE_SIMPLIFIED 0x0004 +#define LANG_CHINESE_TRADITIONAL 0x7c04 +#define LANG_CORSICAN 0x83 +#define LANG_CROATIAN 0x1a +#define LANG_CZECH 0x05 +#define LANG_DANISH 0x06 +#define LANG_DARI 0x8c +#define LANG_DIVEHI 0x65 +#define LANG_DUTCH 0x13 +#define LANG_ENGLISH 0x09 +#define LANG_ESTONIAN 0x25 +#define LANG_FAEROESE 0x38 +#define LANG_FARSI LANG_PERSIAN +#define LANG_FILIPINO 0x64 +#define LANG_FINNISH 0x0b +#define LANG_FRENCH 0x0c +#define LANG_FRISIAN 0x62 +#define LANG_FULAH 0x67 +#define LANG_GALICIAN 0x56 +#define LANG_GEORGIAN 0x37 +#define LANG_GERMAN 0x07 +#define LANG_GREEK 0x08 +#define LANG_GREENLANDIC 0x6f +#define LANG_GUJARATI 0x47 +#define LANG_HAUSA 0x68 +#define LANG_HAWAIIAN 0x75 +#define LANG_HEBREW 0x0d +#define LANG_HINDI 0x39 +#define LANG_HUNGARIAN 0x0e +#define LANG_ICELANDIC 0x0f +#define LANG_IGBO 0x70 +#define LANG_INDONESIAN 0x21 +#define LANG_INUKTITUT 0x5d +#define LANG_IRISH 0x3c +#define LANG_ITALIAN 0x10 +#define LANG_JAPANESE 0x11 +#define LANG_KANNADA 0x4b +#define LANG_KASHMIRI 0x60 +#define LANG_KAZAK 0x3f +#define LANG_KHMER 0x53 +#define LANG_KICHE 0x86 +#define LANG_KINYARWANDA 0x87 +#define LANG_KONKANI 0x57 +#define LANG_KOREAN 0x12 +#define LANG_KYRGYZ 0x40 +#define LANG_LAO 0x54 +#define LANG_LATVIAN 0x26 +#define LANG_LITHUANIAN 0x27 +#define LANG_LOWER_SORBIAN 0x2e +#define LANG_LUXEMBOURGISH 0x6e +#define LANG_MACEDONIAN 0x2f +#define LANG_MALAY 0x3e +#define LANG_MALAYALAM 0x4c +#define LANG_MALTESE 0x3a +#define LANG_MANIPURI 0x58 +#define LANG_MAORI 0x81 +#define LANG_MAPUDUNGUN 0x7a +#define LANG_MARATHI 0x4e +#define LANG_MOHAWK 0x7c +#define LANG_MONGOLIAN 0x50 +#define LANG_NEPALI 0x61 +#define LANG_NORWEGIAN 0x14 +#define LANG_OCCITAN 0x82 +#define LANG_ODIA 0x48 +#define LANG_ORIYA LANG_ODIA +#define LANG_PASHTO 0x63 +#define LANG_PERSIAN 0x29 +#define LANG_POLISH 0x15 +#define LANG_PORTUGUESE 0x16 +#define LANG_PULAR LANG_FULAH +#define LANG_PUNJABI 0x46 +#define LANG_QUECHUA 0x6b +#define LANG_ROMANIAN 0x18 +#define LANG_ROMANSH 0x17 +#define LANG_RUSSIAN 0x19 +#define LANG_SAKHA 0x85 +#define LANG_SAMI 0x3b +#define LANG_SANSKRIT 0x4f +#define LANG_SCOTTISH_GAELIC 0x91 +#define LANG_SERBIAN 0x1a +#define LANG_SERBIAN_NEUTRAL 0x7c1a +#define LANG_SINDHI 0x59 +#define LANG_SINHALESE 0x5b +#define LANG_SLOVAK 0x1b +#define LANG_SLOVENIAN 0x24 +#define LANG_SOTHO 0x6c +#define LANG_SPANISH 0x0a +#define LANG_SWAHILI 0x41 +#define LANG_SWEDISH 0x1d +#define LANG_SYRIAC 0x5a +#define LANG_TAJIK 0x28 +#define LANG_TAMAZIGHT 0x5f +#define LANG_TAMIL 0x49 +#define LANG_TATAR 0x44 +#define LANG_TELUGU 0x4a +#define LANG_THAI 0x1e +#define LANG_TIBETAN 0x51 +#define LANG_TIGRINYA 0x73 +#define LANG_TIGRIGNA LANG_TIGRINYA +#define LANG_TSWANA 0x32 +#define LANG_TURKISH 0x1f +#define LANG_TURKMEN 0x42 +#define LANG_UIGHUR 0x80 +#define LANG_UKRAINIAN 0x22 +#define LANG_UPPER_SORBIAN 0x2e +#define LANG_URDU 0x20 +#define LANG_UZBEK 0x43 +#define LANG_VALENCIAN LANG_CATALAN +#define LANG_VIETNAMESE 0x2a +#define LANG_WELSH 0x52 +#define LANG_WOLOF 0x88 +#define LANG_XHOSA 0x34 +#define LANG_YAKUT LANG_SAKHA +#define LANG_YI 0x78 +#define LANG_YORUBA 0x6a +#define LANG_ZULU 0x35 + +/* Sublanguage definitions */ +#define SUBLANG_NEUTRAL 0x00 /* language neutral */ +#define SUBLANG_DEFAULT 0x01 /* user default */ +#define SUBLANG_SYS_DEFAULT 0x02 /* system default */ +#define SUBLANG_CUSTOM_DEFAULT 0x03 +#define SUBLANG_CUSTOM_UNSPECIFIED 0x04 +#define SUBLANG_UI_CUSTOM_DEFAULT 0x05 + +#define SUBLANG_AFRIKAANS_SOUTH_AFRICA 0x01 +#define SUBLANG_ALBANIAN_ALBANIA 0x01 +#define SUBLANG_ALSATIAN_FRANCE 0x01 +#define SUBLANG_AMHARIC_ETHIOPIA 0x01 +#define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 +#define SUBLANG_ARABIC_IRAQ 0x02 +#define SUBLANG_ARABIC_EGYPT 0x03 +#define SUBLANG_ARABIC_LIBYA 0x04 +#define SUBLANG_ARABIC_ALGERIA 0x05 +#define SUBLANG_ARABIC_MOROCCO 0x06 +#define SUBLANG_ARABIC_TUNISIA 0x07 +#define SUBLANG_ARABIC_OMAN 0x08 +#define SUBLANG_ARABIC_YEMEN 0x09 +#define SUBLANG_ARABIC_SYRIA 0x0a +#define SUBLANG_ARABIC_JORDAN 0x0b +#define SUBLANG_ARABIC_LEBANON 0x0c +#define SUBLANG_ARABIC_KUWAIT 0x0d +#define SUBLANG_ARABIC_UAE 0x0e +#define SUBLANG_ARABIC_BAHRAIN 0x0f +#define SUBLANG_ARABIC_QATAR 0x10 +#define SUBLANG_ARMENIAN_ARMENIA 0x01 +#define SUBLANG_ASSAMESE_INDIA 0x01 +#define SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN 0x01 +#define SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC 0x02 +#define SUBLANG_AZERI_LATIN SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN +#define SUBLANG_AZERI_CYRILLIC SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC +#define SUBLANG_BANGLA_BANGLADESH 0x02 +#define SUBLANG_BANGLA_INDIA 0x01 +#define SUBLANG_BASHKIR_RUSSIA 0x01 +#define SUBLANG_BASQUE_BASQUE 0x01 +#define SUBLANG_BELARUSIAN_BELARUS 0x01 +#define SUBLANG_BENGALI_INDIA 0x01 +#define SUBLANG_BENGALI_BANGLADESH 0x02 +#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 +#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x08 +#define SUBLANG_BRETON_FRANCE 0x01 +#define SUBLANG_BULGARIAN_BULGARIA 0x01 +#define SUBLANG_CATALAN_CATALAN 0x01 +#define SUBLANG_CENTRAL_KURDISH_IRAQ 0x01 +#define SUBLANG_CHEROKEE_CHEROKEE 0x01 +#define SUBLANG_CHINESE_TRADITIONAL 0x01 +#define SUBLANG_CHINESE_SIMPLIFIED 0x02 +#define SUBLANG_CHINESE_HONGKONG 0x03 +#define SUBLANG_CHINESE_SINGAPORE 0x04 +#define SUBLANG_CHINESE_MACAU 0x05 +#define SUBLANG_CORSICAN_FRANCE 0x01 +#define SUBLANG_CROATIAN_CROATIA 0x01 +#define SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN 0x04 +#define SUBLANG_CZECH_CZECH_REPUBLIC 0x01 +#define SUBLANG_DANISH_DENMARK 0x01 +#define SUBLANG_DARI_AFGHANISTAN 0x01 +#define SUBLANG_DIVEHI_MALDIVES 0x01 +#define SUBLANG_DUTCH 0x01 +#define SUBLANG_DUTCH_BELGIAN 0x02 +#define SUBLANG_ENGLISH_US 0x01 +#define SUBLANG_ENGLISH_UK 0x02 +#define SUBLANG_ENGLISH_AUS 0x03 +#define SUBLANG_ENGLISH_CAN 0x04 +#define SUBLANG_ENGLISH_NZ 0x05 +#define SUBLANG_ENGLISH_EIRE 0x06 +#define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07 +#define SUBLANG_ENGLISH_JAMAICA 0x08 +#define SUBLANG_ENGLISH_CARIBBEAN 0x09 +#define SUBLANG_ENGLISH_BELIZE 0x0a +#define SUBLANG_ENGLISH_TRINIDAD 0x0b +#define SUBLANG_ENGLISH_ZIMBABWE 0x0c +#define SUBLANG_ENGLISH_PHILIPPINES 0x0d +#define SUBLANG_ENGLISH_INDIA 0x10 +#define SUBLANG_ENGLISH_MALAYSIA 0x11 +#define SUBLANG_ENGLISH_SINGAPORE 0x12 +#define SUBLANG_ESTONIAN_ESTONIA 0x01 +#define SUBLANG_FAEROESE_FAROE_ISLANDS 0x01 +#define SUBLANG_FILIPINO_PHILIPPINES 0x01 +#define SUBLANG_FINNISH_FINLAND 0x01 +#define SUBLANG_FRENCH 0x01 +#define SUBLANG_FRENCH_BELGIAN 0x02 +#define SUBLANG_FRENCH_CANADIAN 0x03 +#define SUBLANG_FRENCH_SWISS 0x04 +#define SUBLANG_FRENCH_LUXEMBOURG 0x05 +#define SUBLANG_FRENCH_MONACO 0x06 +#define SUBLANG_FRISIAN_NETHERLANDS 0x01 +#define SUBLANG_FULAH_SENEGAL 0x02 +#define SUBLANG_GALICIAN_GALICIAN 0x01 +#define SUBLANG_GEORGIAN_GEORGIA 0x01 +#define SUBLANG_GERMAN 0x01 +#define SUBLANG_GERMAN_SWISS 0x02 +#define SUBLANG_GERMAN_AUSTRIAN 0x03 +#define SUBLANG_GERMAN_LUXEMBOURG 0x04 +#define SUBLANG_GERMAN_LIECHTENSTEIN 0x05 +#define SUBLANG_GREEK_GREECE 0x01 +#define SUBLANG_GREENLANDIC_GREENLAND 0x01 +#define SUBLANG_GUJARATI_INDIA 0x01 +#define SUBLANG_HAUSA_NIGERIA_LATIN 0x01 +#define SUBLANG_HAWAIIAN_US 0x01 +#define SUBLANG_HEBREW_ISRAEL 0x01 +#define SUBLANG_HINDI_INDIA 0x01 +#define SUBLANG_HUNGARIAN_HUNGARY 0x01 +#define SUBLANG_ICELANDIC_ICELAND 0x01 +#define SUBLANG_IGBO_NIGERIA 0x01 +#define SUBLANG_INDONESIAN_INDONESIA 0x01 +#define SUBLANG_INUKTITUT_CANADA 0x01 +#define SUBLANG_INUKTITUT_CANADA_LATIN 0x02 +#define SUBLANG_IRISH_IRELAND 0x02 +#define SUBLANG_ITALIAN 0x01 +#define SUBLANG_ITALIAN_SWISS 0x02 +#define SUBLANG_JAPANESE_JAPAN 0x01 +#define SUBLANG_KANNADA_INDIA 0x01 +#define SUBLANG_KASHMIRI_SASIA 0x02 +#define SUBLANG_KASHMIRI_INDIA 0x02 +#define SUBLANG_KAZAK_KAZAKHSTAN 0x01 +#define SUBLANG_KHMER_CAMBODIA 0x01 +#define SUBLANG_KICHE_GUATEMALA 0x01 +#define SUBLANG_KINYARWANDA_RWANDA 0X01 +#define SUBLANG_KONKANI_INDIA 0x01 +#define SUBLANG_KOREAN 0x01 +#define SUBLANG_KYRGYZ_KYRGYZSTAN 0x01 +#define SUBLANG_LAO_LAO 0x01 +#define SUBLANG_LATVIAN_LATVIA 0x01 +#define SUBLANG_LITHUANIAN 0x01 +#define SUBLANG_LOWER_SORBIAN_GERMANY 0x02 +#define SUBLANG_LUXEMBOURGISH_LUXEMBOURG 0x01 +#define SUBLANG_MACEDONIAN_MACEDONIA 0x01 +#define SUBLANG_MALAY_MALAYSIA 0x01 +#define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 +#define SUBLANG_MALAYALAM_INDIA 0x01 +#define SUBLANG_MALTESE_MALTA 0x01 +#define SUBLANG_MAORI_NEW_ZEALAND 0x01 +#define SUBLANG_MAPUDUNGUN_CHILE 0x01 +#define SUBLANG_MARATHI_INDIA 0x01 +#define SUBLANG_MOHAWK_MOHAWK 0x01 +#define SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA 0x01 +#define SUBLANG_MONGOLIAN_PRC 0x02 +#define SUBLANG_NEPALI_INDIA 0x02 +#define SUBLANG_NEPALI_NEPAL 0x01 +#define SUBLANG_NORWEGIAN_BOKMAL 0x01 +#define SUBLANG_NORWEGIAN_NYNORSK 0x02 +#define SUBLANG_OCCITAN_FRANCE 0x01 +#define SUBLANG_ODIA_INDIA 0x01 +#define SUBLANG_ORIYA_INDIA SUBLANG_ODIA_INDIA +#define SUBLANG_PASHTO_AFGHANISTAN 0x01 +#define SUBLANG_PERSIAN_IRAN 0x01 +#define SUBLANG_POLISH_POLAND 0x01 +#define SUBLANG_PORTUGUESE 0x02 +#define SUBLANG_PORTUGUESE_BRAZILIAN 0x01 +#define SUBLANG_PULAR_SENEGAL SUBLANG_FULAH_SENEGAL +#define SUBLANG_PUNJABI_INDIA 0x01 +#define SUBLANG_PUNJABI_PAKISTAN 0x02 +#define SUBLANG_QUECHUA_BOLIVIA 0x01 +#define SUBLANG_QUECHUA_ECUADOR 0x02 +#define SUBLANG_QUECHUA_PERU 0x03 +#define SUBLANG_ROMANIAN_ROMANIA 0x01 +#define SUBLANG_ROMANSH_SWITZERLAND 0x01 +#define SUBLANG_RUSSIAN_RUSSIA 0x01 +#define SUBLANG_SAKHA_RUSSIA 0x01 +#define SUBLANG_SAMI_NORTHERN_NORWAY 0x01 +#define SUBLANG_SAMI_NORTHERN_SWEDEN 0x02 +#define SUBLANG_SAMI_NORTHERN_FINLAND 0x03 +#define SUBLANG_SAMI_LULE_NORWAY 0x04 +#define SUBLANG_SAMI_LULE_SWEDEN 0x05 +#define SUBLANG_SAMI_SOUTHERN_NORWAY 0x06 +#define SUBLANG_SAMI_SOUTHERN_SWEDEN 0x07 +#define SUBLANG_SAMI_SKOLT_FINLAND 0x08 +#define SUBLANG_SAMI_INARI_FINLAND 0x09 +#define SUBLANG_SANSKRIT_INDIA 0x01 +#define SUBLANG_SCOTTISH_GAELIC 0x01 +#define SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN 0x06 +#define SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x07 +#define SUBLANG_SERBIAN_CROATIA 0x01 +#define SUBLANG_SERBIAN_LATIN 0x02 +#define SUBLANG_SERBIAN_CYRILLIC 0x03 +#define SUBLANG_SERBIAN_SERBIA_LATIN 0x09 +#define SUBLANG_SERBIAN_SERBIA_CYRILLIC 0x0a +#define SUBLANG_SERBIAN_MONTENEGRO_LATIN 0x0b +#define SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC 0x0c +#define SUBLANG_SINDHI_INDIA 0x01 +#define SUBLANG_SINDHI_AFGHANISTAN 0x02 +#define SUBLANG_SINDHI_PAKISTAN SUBLANG_SINDHI_AFGHANISTAN +#define SUBLANG_SINHALESE_SRI_LANKA 0x01 +#define SUBLANG_SLOVAK_SLOVAKIA 0x01 +#define SUBLANG_SLOVENIAN_SLOVENIA 0x01 +#define SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA 0x01 +#define SUBLANG_SPANISH 0x01 +#define SUBLANG_SPANISH_MEXICAN 0x02 +#define SUBLANG_SPANISH_MODERN 0x03 +#define SUBLANG_SPANISH_GUATEMALA 0x04 +#define SUBLANG_SPANISH_COSTA_RICA 0x05 +#define SUBLANG_SPANISH_PANAMA 0x06 +#define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07 +#define SUBLANG_SPANISH_VENEZUELA 0x08 +#define SUBLANG_SPANISH_COLOMBIA 0x09 +#define SUBLANG_SPANISH_PERU 0x0a +#define SUBLANG_SPANISH_ARGENTINA 0x0b +#define SUBLANG_SPANISH_ECUADOR 0x0c +#define SUBLANG_SPANISH_CHILE 0x0d +#define SUBLANG_SPANISH_URUGUAY 0x0e +#define SUBLANG_SPANISH_PARAGUAY 0x0f +#define SUBLANG_SPANISH_BOLIVIA 0x10 +#define SUBLANG_SPANISH_EL_SALVADOR 0x11 +#define SUBLANG_SPANISH_HONDURAS 0x12 +#define SUBLANG_SPANISH_NICARAGUA 0x13 +#define SUBLANG_SPANISH_PUERTO_RICO 0x14 +#define SUBLANG_SPANISH_US 0x15 +#define SUBLANG_SWAHILI_KENYA 0x01 +#define SUBLANG_SWEDISH 0x01 +#define SUBLANG_SWEDISH_FINLAND 0x02 +#define SUBLANG_SYRIAC_SYRIA 0x01 +#define SUBLANG_TAJIK_TAJIKISTAN 0x01 +#define SUBLANG_TAMAZIGHT_ALGERIA_LATIN 0x02 +#define SUBLANG_TAMAZIGHT_MOROCCO_TIFINAGH 0x04 +#define SUBLANG_TAMIL_INDIA 0x01 +#define SUBLANG_TAMIL_SRI_LANKA 0x02 +#define SUBLANG_TATAR_RUSSIA 0x01 +#define SUBLANG_TELUGU_INDIA 0x01 +#define SUBLANG_THAI_THAILAND 0x01 +#define SUBLANG_TIBETAN_PRC 0x01 +#define SUBLANG_TIBETAN_BHUTAN 0x02 +#define SUBLANG_TIGRINYA_ERITREA 0x02 +#define SUBLANG_TIGRINYA_ETHIOPIA 0x01 +#define SUBLANG_TIGRIGNA_ERITREA SUBLANG_TIGRINYA_ERITREA +#define SUBLANG_TSWANA_SOUTH_AFRICA 0x01 +#define SUBLANG_TSWANA_BOTSWANA 0x02 +#define SUBLANG_TURKISH_TURKEY 0x01 +#define SUBLANG_TURKMEN_TURKMENISTAN 0x01 +#define SUBLANG_UIGHUR_PRC 0x01 +#define SUBLANG_UKRAINIAN_UKRAINE 0x01 +#define SUBLANG_UPPER_SORBIAN_GERMANY 0x01 +#define SUBLANG_URDU_PAKISTAN 0x01 +#define SUBLANG_URDU_INDIA 0x02 +#define SUBLANG_UZBEK_LATIN 0x01 +#define SUBLANG_UZBEK_CYRILLIC 0x02 +#define SUBLANG_VALENCIAN_VALENCIA 0x02 +#define SUBLANG_VIETNAMESE_VIETNAM 0x01 +#define SUBLANG_WELSH_UNITED_KINGDOM 0x01 +#define SUBLANG_WOLOF_SENEGAL 0x01 +#define SUBLANG_XHOSA_SOUTH_AFRICA 0x01 +#define SUBLANG_YAKUT_RUSSIA SUBLANG_SAKHA_RUSSIA +#define SUBLANG_YI_PRC 0x01 +#define SUBLANG_YORUBA_NIGERIA 0x01 +#define SUBLANG_ZULU_SOUTH_AFRICA 0x01 + +/* + * Sort definitions + */ + +#define SORT_DEFAULT 0x0 +#define SORT_INVARIANT_MATH 0x1 +#define SORT_JAPANESE_XJIS 0x0 +#define SORT_JAPANESE_UNICODE 0x1 +#define SORT_JAPANESE_RADICALSTROKE 0x4 +#define SORT_CHINESE_BIG5 0x0 +#define SORT_CHINESE_PRCP 0x0 +#define SORT_CHINESE_UNICODE 0x1 +#define SORT_CHINESE_PRC 0x2 +#define SORT_CHINESE_BOPOMOFO 0x3 +#define SORT_CHINESE_RADICALSTROKE 0x4 +#define SORT_KOREAN_KSC 0x0 +#define SORT_KOREAN_UNICODE 0x1 +#define SORT_GERMAN_PHONE_BOOK 0x1 +#define SORT_HUNGARIAN_DEFAULT 0x0 +#define SORT_HUNGARIAN_TECHNICAL 0x1 +#define SORT_GEORGIAN_TRADITIONAL 0x0 +#define SORT_GEORGIAN_MODERN 0x1 diff --git a/src/res/winuser.rh b/src/res/winuser.rh new file mode 100644 index 0000000..fd984a9 --- /dev/null +++ b/src/res/winuser.rh @@ -0,0 +1,1401 @@ +/* + * Copyright (C) the Wine project + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* Macro to deal with LP64 <=> LLP64 differences in numeric constants with 'l' modifier */ +#ifndef __MSABI_LONG +# if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) +# define __MSABI_LONG(x) x ## l +# else +# define __MSABI_LONG(x) x +# endif +#endif + +#ifdef RC_INVOKED +# define MAKEINTRESOURCE(i) i +#endif + + +#define RT_MANIFEST MAKEINTRESOURCE(24) +#define CREATEPROCESS_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(1) +#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(2) +#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(3) +#define MINIMUM_RESERVED_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(1) +#define MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(16) + + +/*** ShowWindow() codes ***/ +#define SW_HIDE 0 +#define SW_SHOWNORMAL 1 +#define SW_NORMAL SW_SHOWNORMAL +#define SW_SHOWMINIMIZED 2 +#define SW_SHOWMAXIMIZED 3 +#define SW_MAXIMIZE SW_SHOWMAXIMIZED +#define SW_SHOWNOACTIVATE 4 +#define SW_SHOW 5 +#define SW_MINIMIZE 6 +#define SW_SHOWMINNOACTIVE 7 +#define SW_SHOWNA 8 +#define SW_RESTORE 9 +#define SW_SHOWDEFAULT 10 +#define SW_FORCEMINIMIZE 11 +#define SW_MAX 11 +#define SW_NORMALNA 0xCC /* Undocumented. Flag in MinMaximize */ + +/* Obsolete ShowWindow() codes for compatibility */ +#define HIDE_WINDOW SW_HIDE +#define SHOW_OPENWINDOW SW_SHOWNORMAL +#define SHOW_ICONWINDOW SW_SHOWMINIMIZED +#define SHOW_FULLSCREEN SW_SHOWMAXIMIZED +#define SHOW_OPENNOACTIVATE SW_SHOWNOACTIVATE + +/* WM_SHOWWINDOW lParam codes */ +#define SW_PARENTCLOSING 1 +#define SW_OTHERZOOM 2 +#define SW_PARENTOPENING 3 +#define SW_OTHERUNZOOM 4 + + +/*** Virtual key codes ***/ +#define VK_LBUTTON 0x01 +#define VK_RBUTTON 0x02 +#define VK_CANCEL 0x03 +#define VK_MBUTTON 0x04 +#define VK_XBUTTON1 0x05 +#define VK_XBUTTON2 0x06 +/* 0x07 Undefined */ +#define VK_BACK 0x08 +#define VK_TAB 0x09 +/* 0x0A-0x0B Undefined */ +#define VK_CLEAR 0x0C +#define VK_RETURN 0x0D +/* 0x0E-0x0F Undefined */ +#define VK_SHIFT 0x10 +#define VK_CONTROL 0x11 +#define VK_MENU 0x12 +#define VK_PAUSE 0x13 +#define VK_CAPITAL 0x14 + +#define VK_KANA 0x15 +#define VK_HANGEUL VK_KANA +#define VK_HANGUL VK_KANA +/* 0x16 Undefined */ +#define VK_JUNJA 0x17 +#define VK_FINAL 0x18 +#define VK_HANJA 0x19 +#define VK_KANJI VK_HANJA + +/* 0x1A Undefined */ +#define VK_ESCAPE 0x1B + +#define VK_CONVERT 0x1C +#define VK_NONCONVERT 0x1D +#define VK_ACCEPT 0x1E +#define VK_MODECHANGE 0x1F + +#define VK_SPACE 0x20 +#define VK_PRIOR 0x21 +#define VK_NEXT 0x22 +#define VK_END 0x23 +#define VK_HOME 0x24 +#define VK_LEFT 0x25 +#define VK_UP 0x26 +#define VK_RIGHT 0x27 +#define VK_DOWN 0x28 +#define VK_SELECT 0x29 +#define VK_PRINT 0x2A /* OEM specific in Windows 3.1 SDK */ +#define VK_EXECUTE 0x2B +#define VK_SNAPSHOT 0x2C +#define VK_INSERT 0x2D +#define VK_DELETE 0x2E +#define VK_HELP 0x2F +/* VK_0 - VK-9 0x30-0x39 Use ASCII instead */ +/* 0x3A-0x40 Undefined */ +/* VK_A - VK_Z 0x41-0x5A Use ASCII instead */ +#define VK_LWIN 0x5B +#define VK_RWIN 0x5C +#define VK_APPS 0x5D +/* 0x5E Unassigned */ +#define VK_SLEEP 0x5F +#define VK_NUMPAD0 0x60 +#define VK_NUMPAD1 0x61 +#define VK_NUMPAD2 0x62 +#define VK_NUMPAD3 0x63 +#define VK_NUMPAD4 0x64 +#define VK_NUMPAD5 0x65 +#define VK_NUMPAD6 0x66 +#define VK_NUMPAD7 0x67 +#define VK_NUMPAD8 0x68 +#define VK_NUMPAD9 0x69 +#define VK_MULTIPLY 0x6A +#define VK_ADD 0x6B +#define VK_SEPARATOR 0x6C +#define VK_SUBTRACT 0x6D +#define VK_DECIMAL 0x6E +#define VK_DIVIDE 0x6F +#define VK_F1 0x70 +#define VK_F2 0x71 +#define VK_F3 0x72 +#define VK_F4 0x73 +#define VK_F5 0x74 +#define VK_F6 0x75 +#define VK_F7 0x76 +#define VK_F8 0x77 +#define VK_F9 0x78 +#define VK_F10 0x79 +#define VK_F11 0x7A +#define VK_F12 0x7B +#define VK_F13 0x7C +#define VK_F14 0x7D +#define VK_F15 0x7E +#define VK_F16 0x7F +#define VK_F17 0x80 +#define VK_F18 0x81 +#define VK_F19 0x82 +#define VK_F20 0x83 +#define VK_F21 0x84 +#define VK_F22 0x85 +#define VK_F23 0x86 +#define VK_F24 0x87 +#define VK_NAVIGATION_VIEW 0x88 +#define VK_NAVIGATION_MENU 0x89 +#define VK_NAVIGATION_UP 0x8A +#define VK_NAVIGATION_DOWN 0x8B +#define VK_NAVIGATION_LEFT 0x8C +#define VK_NAVIGATION_RIGHT 0x8D +#define VK_NAVIGATION_ACCEPT 0x8E +#define VK_NAVIGATION_CANCEL 0x8F +#define VK_NUMLOCK 0x90 +#define VK_SCROLL 0x91 +#define VK_OEM_NEC_EQUAL 0x92 +#define VK_OEM_FJ_JISHO 0x92 +#define VK_OEM_FJ_MASSHOU 0x93 +#define VK_OEM_FJ_TOUROKU 0x94 +#define VK_OEM_FJ_LOYA 0x95 +#define VK_OEM_FJ_ROYA 0x96 +/* 0x97-0x9F Unassigned */ +/* + * differencing between right and left shift/control/alt key. + * Used only by GetAsyncKeyState() and GetKeyState(). + */ +#define VK_LSHIFT 0xA0 +#define VK_RSHIFT 0xA1 +#define VK_LCONTROL 0xA2 +#define VK_RCONTROL 0xA3 +#define VK_LMENU 0xA4 +#define VK_RMENU 0xA5 + +#define VK_BROWSER_BACK 0xA6 +#define VK_BROWSER_FORWARD 0xA7 +#define VK_BROWSER_REFRESH 0xA8 +#define VK_BROWSER_STOP 0xA9 +#define VK_BROWSER_SEARCH 0xAA +#define VK_BROWSER_FAVORITES 0xAB +#define VK_BROWSER_HOME 0xAC +#define VK_VOLUME_MUTE 0xAD +#define VK_VOLUME_DOWN 0xAE +#define VK_VOLUME_UP 0xAF +#define VK_MEDIA_NEXT_TRACK 0xB0 +#define VK_MEDIA_PREV_TRACK 0xB1 +#define VK_MEDIA_STOP 0xB2 +#define VK_MEDIA_PLAY_PAUSE 0xB3 +#define VK_LAUNCH_MAIL 0xB4 +#define VK_LAUNCH_MEDIA_SELECT 0xB5 +#define VK_LAUNCH_APP1 0xB6 +#define VK_LAUNCH_APP2 0xB7 + +/* 0xB8-0xB9 Unassigned */ +#define VK_OEM_1 0xBA +#define VK_OEM_PLUS 0xBB +#define VK_OEM_COMMA 0xBC +#define VK_OEM_MINUS 0xBD +#define VK_OEM_PERIOD 0xBE +#define VK_OEM_2 0xBF +#define VK_OEM_3 0xC0 +/* 0xC1-0xC2 Unassigned */ +#define VK_GAMEPAD_A 0xC3 +#define VK_GAMEPAD_B 0xC4 +#define VK_GAMEPAD_X 0xC5 +#define VK_GAMEPAD_Y 0xC6 +#define VK_GAMEPAD_RIGHT_SHOULDER 0xC7 +#define VK_GAMEPAD_LEFT_SHOULDER 0xC8 +#define VK_GAMEPAD_LEFT_TRIGGER 0xC9 +#define VK_GAMEPAD_RIGHT_TRIGGER 0xCA +#define VK_GAMEPAD_DPAD_UP 0xCB +#define VK_GAMEPAD_DPAD_DOWN 0xCC +#define VK_GAMEPAD_DPAD_LEFT 0xCD +#define VK_GAMEPAD_DPAD_RIGHT 0xCE +#define VK_GAMEPAD_MENU 0xCF +#define VK_GAMEPAD_VIEW 0xD0 +#define VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON 0xD1 +#define VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON 0xD2 +#define VK_GAMEPAD_LEFT_THUMBSTICK_UP 0xD3 +#define VK_GAMEPAD_LEFT_THUMBSTICK_DOWN 0xD4 +#define VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT 0xD5 +#define VK_GAMEPAD_LEFT_THUMBSTICK_LEFT 0xD6 +#define VK_GAMEPAD_RIGHT_THUMBSTICK_UP 0xD7 +#define VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN 0xD8 +#define VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT 0xD9 +#define VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT 0xDA +#define VK_OEM_4 0xDB +#define VK_OEM_5 0xDC +#define VK_OEM_6 0xDD +#define VK_OEM_7 0xDE +#define VK_OEM_8 0xDF +/* 0xE0 OEM specific */ +#define VK_OEM_AX 0xE1 /* "AX" key on Japanese AX keyboard */ +#define VK_OEM_102 0xE2 /* "<>" or "\|" on RT 102-key keyboard */ +#define VK_ICO_HELP 0xE3 /* Help key on ICO */ +#define VK_ICO_00 0xE4 /* 00 key on ICO */ +#define VK_PROCESSKEY 0xE5 +#define VK_ICO_CLEAR 0xE6 + +#define VK_PACKET 0xE7 +/* 0xE8 Unassigned */ + +#define VK_OEM_RESET 0xE9 +#define VK_OEM_JUMP 0xEA +#define VK_OEM_PA1 0xEB +#define VK_OEM_PA2 0xEC +#define VK_OEM_PA3 0xED +#define VK_OEM_WSCTRL 0xEE +#define VK_OEM_CUSEL 0xEF +#define VK_OEM_ATTN 0xF0 +#define VK_OEM_FINISH 0xF1 +#define VK_OEM_COPY 0xF2 +#define VK_OEM_AUTO 0xF3 +#define VK_OEM_ENLW 0xF4 +#define VK_OEM_BACKTAB 0xF5 +#define VK_ATTN 0xF6 +#define VK_CRSEL 0xF7 +#define VK_EXSEL 0xF8 +#define VK_EREOF 0xF9 +#define VK_PLAY 0xFA +#define VK_ZOOM 0xFB +#define VK_NONAME 0xFC +#define VK_PA1 0xFD +#define VK_OEM_CLEAR 0xFE +/* 0xFF Unassigned */ + + +/*** Messages ***/ +#ifndef NOWINMESSAGES +#define WM_NULL 0x0000 +#define WM_CREATE 0x0001 +#define WM_DESTROY 0x0002 +#define WM_MOVE 0x0003 +#define WM_SIZEWAIT 0x0004 /* DDK / Win16 */ +#define WM_SIZE 0x0005 +#define WM_ACTIVATE 0x0006 + +/* WM_ACTIVATE wParam values */ +#define WA_INACTIVE 0 +#define WA_ACTIVE 1 +#define WA_CLICKACTIVE 2 + +#define WM_SETFOCUS 0x0007 +#define WM_KILLFOCUS 0x0008 +#define WM_SETVISIBLE 0x0009 /* DDK / Win16 */ +#define WM_ENABLE 0x000a +#define WM_SETREDRAW 0x000b +#define WM_SETTEXT 0x000c +#define WM_GETTEXT 0x000d +#define WM_GETTEXTLENGTH 0x000e +#define WM_PAINT 0x000f +#define WM_CLOSE 0x0010 +#define WM_QUERYENDSESSION 0x0011 +#define WM_QUIT 0x0012 +#define WM_QUERYOPEN 0x0013 +#define WM_ERASEBKGND 0x0014 +#define WM_SYSCOLORCHANGE 0x0015 +#define WM_ENDSESSION 0x0016 +#define WM_SYSTEMERROR 0x0017 /* DDK / Win16 */ +#define WM_SHOWWINDOW 0x0018 +#define WM_CTLCOLOR 0x0019 /* Added from windowsx.h */ +#define WM_WININICHANGE 0x001a +#define WM_SETTINGCHANGE WM_WININICHANGE +#define WM_DEVMODECHANGE 0x001b +#define WM_ACTIVATEAPP 0x001c +#define WM_FONTCHANGE 0x001d +#define WM_TIMECHANGE 0x001e +#define WM_CANCELMODE 0x001f +#define WM_SETCURSOR 0x0020 +#define WM_MOUSEACTIVATE 0x0021 +#define WM_CHILDACTIVATE 0x0022 +#define WM_QUEUESYNC 0x0023 +#define WM_GETMINMAXINFO 0x0024 + +#define WM_PAINTICON 0x0026 +#define WM_ICONERASEBKGND 0x0027 +#define WM_NEXTDLGCTL 0x0028 +#define WM_ALTTABACTIVE 0x0029 /* DDK / Win16 */ +#define WM_SPOOLERSTATUS 0x002a +#define WM_DRAWITEM 0x002b +#define WM_MEASUREITEM 0x002c +#define WM_DELETEITEM 0x002d +#define WM_VKEYTOITEM 0x002e +#define WM_CHARTOITEM 0x002f +#define WM_SETFONT 0x0030 +#define WM_GETFONT 0x0031 +#define WM_SETHOTKEY 0x0032 +#define WM_GETHOTKEY 0x0033 +#define WM_FILESYSCHANGE 0x0034 /* DDK / Win16 */ +#define WM_ISACTIVEICON 0x0035 /* DDK / Win16 */ +#define WM_QUERYPARKICON 0x0036 /* Undocumented */ +#define WM_QUERYDRAGICON 0x0037 +#define WM_QUERYSAVESTATE 0x0038 /* Undocumented */ +#define WM_COMPAREITEM 0x0039 +#define WM_TESTING 0x003a /* DDK / Win16 */ + +#define WM_GETOBJECT 0x003d + +#define WM_ACTIVATESHELLWINDOW 0x003e /* FIXME: Wine-only */ + +#define WM_COMPACTING 0x0041 + +#define WM_COMMNOTIFY 0x0044 +#define WM_WINDOWPOSCHANGING 0x0046 +#define WM_WINDOWPOSCHANGED 0x0047 + +#define WM_POWER 0x0048 + +/* For WM_POWER */ +#define PWR_OK 1 +#define PWR_FAIL (-1) +#define PWR_SUSPENDREQUEST 1 +#define PWR_SUSPENDRESUME 2 +#define PWR_CRITICALRESUME 3 + +/* Win32 4.0 messages */ +#define WM_COPYDATA 0x004a +#define WM_CANCELJOURNAL 0x004b +#define WM_KEYF1 0x004d /* DDK / Win16 */ +#define WM_NOTIFY 0x004e +#define WM_INPUTLANGCHANGEREQUEST 0x0050 +#define WM_INPUTLANGCHANGE 0x0051 +#define WM_TCARD 0x0052 +#define WM_HELP 0x0053 +#define WM_USERCHANGED 0x0054 +#define WM_NOTIFYFORMAT 0x0055 + +/* WM_NOTIFYFORMAT commands and return values */ +#define NFR_ANSI 1 +#define NFR_UNICODE 2 +#define NF_QUERY 3 +#define NF_REQUERY 4 + +#define WM_CONTEXTMENU 0x007b +#define WM_STYLECHANGING 0x007c +#define WM_STYLECHANGED 0x007d +#define WM_DISPLAYCHANGE 0x007e +#define WM_GETICON 0x007f +#define WM_SETICON 0x0080 + +/* Non-client system messages */ +#define WM_NCCREATE 0x0081 +#define WM_NCDESTROY 0x0082 +#define WM_NCCALCSIZE 0x0083 +#define WM_NCHITTEST 0x0084 +#define WM_NCPAINT 0x0085 +#define WM_NCACTIVATE 0x0086 + +#define WM_GETDLGCODE 0x0087 +#define WM_SYNCPAINT 0x0088 +#define WM_SYNCTASK 0x0089 /* DDK / Win16 */ + +/* Non-client mouse messages */ +#define WM_NCMOUSEMOVE 0x00a0 +#define WM_NCLBUTTONDOWN 0x00a1 +#define WM_NCLBUTTONUP 0x00a2 +#define WM_NCLBUTTONDBLCLK 0x00a3 +#define WM_NCRBUTTONDOWN 0x00a4 +#define WM_NCRBUTTONUP 0x00a5 +#define WM_NCRBUTTONDBLCLK 0x00a6 +#define WM_NCMBUTTONDOWN 0x00a7 +#define WM_NCMBUTTONUP 0x00a8 +#define WM_NCMBUTTONDBLCLK 0x00a9 + +#define WM_NCXBUTTONDOWN 0x00ab +#define WM_NCXBUTTONUP 0x00ac +#define WM_NCXBUTTONDBLCLK 0x00ad + +/* Raw input */ +#define WM_INPUT_DEVICE_CHANGE 0x00fe +#define WM_INPUT 0x00ff + +/* Keyboard messages */ +#define WM_KEYFIRST 0x0100 +#define WM_KEYDOWN WM_KEYFIRST +#define WM_KEYUP 0x0101 +#define WM_CHAR 0x0102 +#define WM_DEADCHAR 0x0103 +#define WM_SYSKEYDOWN 0x0104 +#define WM_SYSKEYUP 0x0105 +#define WM_SYSCHAR 0x0106 +#define WM_SYSDEADCHAR 0x0107 +#define WM_UNICHAR 0x0109 +#define WM_KEYLAST WM_UNICHAR + +#define UNICODE_NOCHAR 0xffff + +/* Win32 4.0 messages for IME */ +#define WM_IME_STARTCOMPOSITION 0x010d +#define WM_IME_ENDCOMPOSITION 0x010e +#define WM_IME_COMPOSITION 0x010f +#define WM_IME_KEYLAST 0x010f + +#define WM_INITDIALOG 0x0110 +#define WM_COMMAND 0x0111 +#define WM_SYSCOMMAND 0x0112 +#define WM_TIMER 0x0113 + +/* Scroll messages */ +#define WM_HSCROLL 0x0114 +#define WM_VSCROLL 0x0115 + +/* Menu messages */ +#define WM_INITMENU 0x0116 +#define WM_INITMENUPOPUP 0x0117 +#define WM_GESTURE 0x0119 +#define WM_GESTURENOTIFY 0x011A + +#define WM_MENUSELECT 0x011F +#define WM_MENUCHAR 0x0120 +#define WM_ENTERIDLE 0x0121 + +#define WM_MENURBUTTONUP 0x0122 +#define WM_MENUDRAG 0x0123 +#define WM_MENUGETOBJECT 0x0124 +#define WM_UNINITMENUPOPUP 0x0125 +#define WM_MENUCOMMAND 0x0126 + +#define WM_CHANGEUISTATE 0x0127 +#define WM_UPDATEUISTATE 0x0128 +#define WM_QUERYUISTATE 0x0129 + +/* UI flags for WM_*UISTATE */ +/* for low-order word of wparam */ +#define UIS_SET 1 +#define UIS_CLEAR 2 +#define UIS_INITIALIZE 3 +/* for hi-order word of wparam */ +#define UISF_HIDEFOCUS 0x1 +#define UISF_HIDEACCEL 0x2 +#define UISF_ACTIVE 0x4 + +#define WM_LBTRACKPOINT 0x0131 /* DDK / Win16 */ + +/* Win32 CTLCOLOR messages */ +#define WM_CTLCOLORMSGBOX 0x0132 +#define WM_CTLCOLOREDIT 0x0133 +#define WM_CTLCOLORLISTBOX 0x0134 +#define WM_CTLCOLORBTN 0x0135 +#define WM_CTLCOLORDLG 0x0136 +#define WM_CTLCOLORSCROLLBAR 0x0137 +#define WM_CTLCOLORSTATIC 0x0138 + +#define MN_GETHMENU 0x01E1 + +/* Mouse messages */ +#define WM_MOUSEFIRST 0x0200 +#define WM_MOUSEMOVE WM_MOUSEFIRST +#define WM_LBUTTONDOWN 0x0201 +#define WM_LBUTTONUP 0x0202 +#define WM_LBUTTONDBLCLK 0x0203 +#define WM_RBUTTONDOWN 0x0204 +#define WM_RBUTTONUP 0x0205 +#define WM_RBUTTONDBLCLK 0x0206 +#define WM_MBUTTONDOWN 0x0207 +#define WM_MBUTTONUP 0x0208 +#define WM_MBUTTONDBLCLK 0x0209 +#define WM_MOUSEWHEEL 0x020A +#define WM_XBUTTONDOWN 0x020B +#define WM_XBUTTONUP 0x020C +#define WM_XBUTTONDBLCLK 0x020D +#define WM_MOUSEHWHEEL 0x020E +#define WM_MOUSELAST WM_MOUSEHWHEEL + +/* Macros for the mouse messages */ +#define WHEEL_DELTA 120 +#define GET_WHEEL_DELTA_WPARAM(wParam) ((short)HIWORD(wParam)) +#define WHEEL_PAGESCROLL (UINT_MAX) + +#define GET_KEYSTATE_WPARAM(wParam) (LOWORD(wParam)) +#define GET_NCHITTEST_WPARAM(wParam) ((short)LOWORD(wParam)) +#define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) +#define XBUTTON1 0x0001 +#define XBUTTON2 0x0002 + +#define WM_PARENTNOTIFY 0x0210 +#define WM_ENTERMENULOOP 0x0211 +#define WM_EXITMENULOOP 0x0212 +#define WM_NEXTMENU 0x0213 + +/* Win32 4.0 messages */ +#define WM_SIZING 0x0214 +#define WM_CAPTURECHANGED 0x0215 +#define WM_MOVING 0x0216 +#define WM_POWERBROADCAST 0x0218 +#define WM_DEVICECHANGE 0x0219 +/* MDI messages */ +#define WM_MDICREATE 0x0220 +#define WM_MDIDESTROY 0x0221 +#define WM_MDIACTIVATE 0x0222 +#define WM_MDIRESTORE 0x0223 +#define WM_MDINEXT 0x0224 +#define WM_MDIMAXIMIZE 0x0225 +#define WM_MDITILE 0x0226 +#define WM_MDICASCADE 0x0227 +#define WM_MDIICONARRANGE 0x0228 +#define WM_MDIGETACTIVE 0x0229 + +/* D&D messages */ +#define WM_DROPOBJECT 0x022A /* DDK / Win16 */ +#define WM_QUERYDROPOBJECT 0x022B /* DDK / Win16 */ +#define WM_BEGINDRAG 0x022C /* DDK / Win16 */ +#define WM_DRAGLOOP 0x022D /* DDK / Win16 */ +#define WM_DRAGSELECT 0x022E /* DDK / Win16 */ +#define WM_DRAGMOVE 0x022F /* DDK / Win16 */ + +#define WM_MDISETMENU 0x0230 +#define WM_ENTERSIZEMOVE 0x0231 +#define WM_EXITSIZEMOVE 0x0232 +#define WM_DROPFILES 0x0233 +#define WM_MDIREFRESHMENU 0x0234 + +#define WM_POINTERDEVICECHANGE 0x0238 +#define WM_POINTERDEVICEINRANGE 0x0239 +#define WM_POINTERDEVICEOUTOFRANGE 0x023a + +#define WM_TOUCH 0x0240 +#define WM_NCPOINTERUPDATE 0x0241 +#define WM_NCPOINTERDOWN 0x0242 +#define WM_NCPOINTERUP 0x0243 +#define WM_POINTERUPDATE 0x0245 +#define WM_POINTERDOWN 0x0246 +#define WM_POINTERUP 0x0247 +#define WM_POINTERENTER 0x0249 +#define WM_POINTERLEAVE 0x024a +#define WM_POINTERACTIVATE 0x024b +#define WM_POINTERCAPTURECHANGED 0x024c +#define WM_TOUCHHITTESTING 0x024d +#define WM_POINTERWHEEL 0x024e +#define WM_POINTERHWHEEL 0x024f +#define DM_POINTERHITTEST 0x0250 +#define WM_POINTERROUTEDTO 0x0251 +#define WM_POINTERROUTEDAWAY 0x0252 +#define WM_POINTERROUTEDRELEASED 0x0253 + +/* Win32 4.0 messages for IME */ +#define WM_IME_SETCONTEXT 0x0281 +#define WM_IME_NOTIFY 0x0282 +#define WM_IME_CONTROL 0x0283 +#define WM_IME_COMPOSITIONFULL 0x0284 +#define WM_IME_SELECT 0x0285 +#define WM_IME_CHAR 0x0286 +/* Win32 5.0 messages for IME */ +#define WM_IME_REQUEST 0x0288 + +/* Win32 4.0 messages for IME */ +#define WM_IME_KEYDOWN 0x0290 +#define WM_IME_KEYUP 0x0291 + +#define WM_NCMOUSEHOVER 0x02A0 +#define WM_MOUSEHOVER 0x02A1 +#define WM_MOUSELEAVE 0x02A3 +#define WM_NCMOUSELEAVE 0x02A2 + +#define WM_WTSSESSION_CHANGE 0x02B1 + +#define WM_TABLET_FIRST 0x02c0 +#define WM_TABLET_LAST 0x02df + +#define WM_DPICHANGED 0x02e0 +#define WM_DPICHANGED_BEFOREPARENT 0x02e2 +#define WM_DPICHANGED_AFTERPARENT 0x02e3 +#define WM_GETDPISCALEDSIZE 0x02e4 + +/* Clipboard command messages */ +#define WM_CUT 0x0300 +#define WM_COPY 0x0301 +#define WM_PASTE 0x0302 +#define WM_CLEAR 0x0303 +#define WM_UNDO 0x0304 + +/* Clipboard owner messages */ +#define WM_RENDERFORMAT 0x0305 +#define WM_RENDERALLFORMATS 0x0306 +#define WM_DESTROYCLIPBOARD 0x0307 + +/* Clipboard viewer messages */ +#define WM_DRAWCLIPBOARD 0x0308 +#define WM_PAINTCLIPBOARD 0x0309 +#define WM_VSCROLLCLIPBOARD 0x030A +#define WM_SIZECLIPBOARD 0x030B +#define WM_ASKCBFORMATNAME 0x030C +#define WM_CHANGECBCHAIN 0x030D +#define WM_HSCROLLCLIPBOARD 0x030E + +#define WM_QUERYNEWPALETTE 0x030F +#define WM_PALETTEISCHANGING 0x0310 +#define WM_PALETTECHANGED 0x0311 +#define WM_HOTKEY 0x0312 + +#define WM_PRINT 0x0317 +#define WM_PRINTCLIENT 0x0318 +#define WM_APPCOMMAND 0x0319 +#define WM_THEMECHANGED 0x031A +#define WM_CLIPBOARDUPDATE 0x031D + +#define WM_DWMCOMPOSITIONCHANGED 0x031E +#define WM_DWMNCRENDERINGCHANGED 0x031F +#define WM_DWMCOLORIZATIONCOLORCHANGED 0x0320 +#define WM_DWMWINDOWMAXIMIZEDCHANGE 0x0321 +#define WM_DWMSENDICONICTHUMBNAIL 0x0323 +#define WM_DWMSENDICONICLIVEPREVIEWBITMAP 0x0326 + +#define WM_GETTITLEBARINFOEX 0x033F + +#define WM_HANDHELDFIRST 0x0358 +#define WM_HANDHELDLAST 0x035F + +#define WM_AFXFIRST 0x0360 +#define WM_AFXLAST 0x037F + +#define WM_PENWINFIRST 0x0380 +#define WM_PENWINLAST 0x038F + +#define WM_USER 0x0400 + +#define WM_APP 0x8000 + + +/* wParam for WM_SIZING message */ +#define WMSZ_LEFT 1 +#define WMSZ_RIGHT 2 +#define WMSZ_TOP 3 +#define WMSZ_TOPLEFT 4 +#define WMSZ_TOPRIGHT 5 +#define WMSZ_BOTTOM 6 +#define WMSZ_BOTTOMLEFT 7 +#define WMSZ_BOTTOMRIGHT 8 + +/* WM_NCHITTEST return codes */ +#define HTERROR (-2) +#define HTTRANSPARENT (-1) +#define HTNOWHERE 0 +#define HTCLIENT 1 +#define HTCAPTION 2 +#define HTSYSMENU 3 +#define HTSIZE 4 +#define HTGROWBOX HTSIZE +#define HTMENU 5 +#define HTHSCROLL 6 +#define HTVSCROLL 7 +#define HTMINBUTTON 8 +#define HTREDUCE HTMINBUTTON +#define HTMAXBUTTON 9 +#define HTZOOM HTMAXBUTTON +#define HTLEFT 10 +#define HTSIZEFIRST HTLEFT +#define HTRIGHT 11 +#define HTTOP 12 +#define HTTOPLEFT 13 +#define HTTOPRIGHT 14 +#define HTBOTTOM 15 +#define HTBOTTOMLEFT 16 +#define HTBOTTOMRIGHT 17 +#define HTSIZELAST HTBOTTOMRIGHT +#define HTBORDER 18 +#define HTOBJECT 19 +#define HTCLOSE 20 +#define HTHELP 21 + +/* SendMessageTimeout flags */ +#define SMTO_NORMAL 0x0000 +#define SMTO_BLOCK 0x0001 +#define SMTO_ABORTIFHUNG 0x0002 +#define SMTO_NOTIMEOUTIFNOTHUNG 0x0008 +#define SMTO_ERRORONEXIT 0x0020 + +/* WM_MOUSEACTIVATE return values */ +#define MA_ACTIVATE 1 +#define MA_ACTIVATEANDEAT 2 +#define MA_NOACTIVATE 3 +#define MA_NOACTIVATEANDEAT 4 + +/* WM_GETICON/WM_SETICON params values */ +#define ICON_SMALL 0 +#define ICON_BIG 1 +#define ICON_SMALL2 2 + +/* WM_SIZE message wParam values */ +#define SIZE_RESTORED 0 +#define SIZE_MINIMIZED 1 +#define SIZE_MAXIMIZED 2 +#define SIZE_MAXSHOW 3 +#define SIZE_MAXHIDE 4 +#define SIZENORMAL SIZE_RESTORED +#define SIZEICONIC SIZE_MINIMIZED +#define SIZEFULLSCREEN SIZE_MAXIMIZED +#define SIZEZOOMSHOW SIZE_MAXSHOW +#define SIZEZOOMHIDE SIZE_MAXHIDE + +/* WM_NCCALCSIZE return flags */ +#define WVR_ALIGNTOP 0x0010 +#define WVR_ALIGNLEFT 0x0020 +#define WVR_ALIGNBOTTOM 0x0040 +#define WVR_ALIGNRIGHT 0x0080 +#define WVR_HREDRAW 0x0100 +#define WVR_VREDRAW 0x0200 +#define WVR_REDRAW (WVR_HREDRAW | WVR_VREDRAW) +#define WVR_VALIDRECTS 0x0400 + +/* Key status flags for mouse events */ +#ifndef NOKEYSTATES +#define MK_LBUTTON 0x0001 +#define MK_RBUTTON 0x0002 +#define MK_SHIFT 0x0004 +#define MK_CONTROL 0x0008 +#define MK_MBUTTON 0x0010 +#define MK_XBUTTON1 0x0020 +#define MK_XBUTTON2 0x0040 +#endif /* NOKEYSTATES */ + +#ifndef NOTRACKMOUSEEVENT +#define TME_HOVER 0x00000001 +#define TME_LEAVE 0x00000002 +#define TME_NONCLIENT 0x00000010 +#define TME_QUERY 0x40000000 +#define TME_CANCEL 0x80000000 +#define HOVER_DEFAULT 0xFFFFFFFF +#endif /* NOTRACKMOUSEEVENT */ + +#endif /* NOWINMESSAGES */ + + +/*** Window Styles ***/ +#ifndef NOWINSTYLES +#define WS_OVERLAPPED __MSABI_LONG(0x00000000) +#define WS_POPUP __MSABI_LONG(0x80000000) +#define WS_CHILD __MSABI_LONG(0x40000000) +#define WS_MINIMIZE __MSABI_LONG(0x20000000) +#define WS_VISIBLE __MSABI_LONG(0x10000000) +#define WS_DISABLED __MSABI_LONG(0x08000000) +#define WS_CLIPSIBLINGS __MSABI_LONG(0x04000000) +#define WS_CLIPCHILDREN __MSABI_LONG(0x02000000) +#define WS_MAXIMIZE __MSABI_LONG(0x01000000) +#define WS_BORDER __MSABI_LONG(0x00800000) +#define WS_DLGFRAME __MSABI_LONG(0x00400000) +#define WS_VSCROLL __MSABI_LONG(0x00200000) +#define WS_HSCROLL __MSABI_LONG(0x00100000) +#define WS_SYSMENU __MSABI_LONG(0x00080000) +#define WS_THICKFRAME __MSABI_LONG(0x00040000) +#define WS_GROUP __MSABI_LONG(0x00020000) +#define WS_TABSTOP __MSABI_LONG(0x00010000) +#define WS_MINIMIZEBOX __MSABI_LONG(0x00020000) +#define WS_MAXIMIZEBOX __MSABI_LONG(0x00010000) +#define WS_CAPTION (WS_BORDER | WS_DLGFRAME) +#define WS_TILED WS_OVERLAPPED +#define WS_ICONIC WS_MINIMIZE +#define WS_SIZEBOX WS_THICKFRAME +#define WS_OVERLAPPEDWINDOW (WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME| WS_MINIMIZEBOX | WS_MAXIMIZEBOX) +#define WS_POPUPWINDOW (WS_POPUP | WS_BORDER | WS_SYSMENU) +#define WS_CHILDWINDOW WS_CHILD +#define WS_TILEDWINDOW WS_OVERLAPPEDWINDOW +#endif /* NOWINSTYLES */ + + +/*** Window extended styles ***/ +#ifndef NOWINSTYLES +#define WS_EX_DLGMODALFRAME __MSABI_LONG(0x00000001) +#define WS_EX_DRAGDETECT __MSABI_LONG(0x00000002) /* Undocumented */ +#define WS_EX_NOPARENTNOTIFY __MSABI_LONG(0x00000004) +#define WS_EX_TOPMOST __MSABI_LONG(0x00000008) +#define WS_EX_ACCEPTFILES __MSABI_LONG(0x00000010) +#define WS_EX_TRANSPARENT __MSABI_LONG(0x00000020) +#define WS_EX_MDICHILD __MSABI_LONG(0x00000040) +#define WS_EX_TOOLWINDOW __MSABI_LONG(0x00000080) +#define WS_EX_WINDOWEDGE __MSABI_LONG(0x00000100) +#define WS_EX_CLIENTEDGE __MSABI_LONG(0x00000200) +#define WS_EX_CONTEXTHELP __MSABI_LONG(0x00000400) +#define WS_EX_RIGHT __MSABI_LONG(0x00001000) +#define WS_EX_LEFT __MSABI_LONG(0x00000000) +#define WS_EX_RTLREADING __MSABI_LONG(0x00002000) +#define WS_EX_LTRREADING __MSABI_LONG(0x00000000) +#define WS_EX_LEFTSCROLLBAR __MSABI_LONG(0x00004000) +#define WS_EX_RIGHTSCROLLBAR __MSABI_LONG(0x00000000) +#define WS_EX_CONTROLPARENT __MSABI_LONG(0x00010000) +#define WS_EX_STATICEDGE __MSABI_LONG(0x00020000) +#define WS_EX_APPWINDOW __MSABI_LONG(0x00040000) +#define WS_EX_LAYERED __MSABI_LONG(0x00080000) +#define WS_EX_NOINHERITLAYOUT __MSABI_LONG(0x00100000) +#define WS_EX_NOREDIRECTIONBITMAP __MSABI_LONG(0x00200000) +#define WS_EX_LAYOUTRTL __MSABI_LONG(0x00400000) +#define WS_EX_COMPOSITED __MSABI_LONG(0x02000000) +#define WS_EX_NOACTIVATE __MSABI_LONG(0x08000000) + +#define WS_EX_OVERLAPPEDWINDOW (WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE) +#define WS_EX_PALETTEWINDOW (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW | WS_EX_TOPMOST) +#endif /* NOWINSTYLES */ + + +/*** Class styles ***/ +#ifndef NOWINSTYLES +#define CS_VREDRAW 0x00000001 +#define CS_HREDRAW 0x00000002 +#define CS_KEYCVTWINDOW 0x00000004 /* DDK / Win16 */ +#define CS_DBLCLKS 0x00000008 +#define CS_OWNDC 0x00000020 +#define CS_CLASSDC 0x00000040 +#define CS_PARENTDC 0x00000080 +#define CS_NOKEYCVT 0x00000100 /* DDK / Win16 */ +#define CS_NOCLOSE 0x00000200 +#define CS_SAVEBITS 0x00000800 +#define CS_BYTEALIGNCLIENT 0x00001000 +#define CS_BYTEALIGNWINDOW 0x00002000 +#define CS_GLOBALCLASS 0x00004000 +#define CS_IME 0x00010000 +#define CS_DROPSHADOW 0x00020000 +#endif /* NOWINSTYLES */ + + +/*** Predefined Clipboard Formats ***/ +#ifndef NOCLIPBOARD +#define CF_TEXT 1 +#define CF_BITMAP 2 +#define CF_METAFILEPICT 3 +#define CF_SYLK 4 +#define CF_DIF 5 +#define CF_TIFF 6 +#define CF_OEMTEXT 7 +#define CF_DIB 8 +#define CF_PALETTE 9 +#define CF_PENDATA 10 +#define CF_RIFF 11 +#define CF_WAVE 12 +#define CF_UNICODETEXT 13 +#define CF_ENHMETAFILE 14 +#define CF_HDROP 15 +#define CF_LOCALE 16 +#define CF_DIBV5 17 +#define CF_MAX 18 + +#define CF_OWNERDISPLAY 0x0080 +#define CF_DSPTEXT 0x0081 +#define CF_DSPBITMAP 0x0082 +#define CF_DSPMETAFILEPICT 0x0083 +#define CF_DSPENHMETAFILE 0x008E + +/* "Private" formats don't get GlobalFree()'d */ +#define CF_PRIVATEFIRST 0x0200 +#define CF_PRIVATELAST 0x02FF + +/* "GDIOBJ" formats do get DeleteObject()'d */ +#define CF_GDIOBJFIRST 0x0300 +#define CF_GDIOBJLAST 0x03FF +#endif /* NOCLIPBOARD */ + + +/*** Menu flags ***/ +#ifndef NOMENUS +#define MF_INSERT __MSABI_LONG(0x00000000) +#define MF_CHANGE __MSABI_LONG(0x00000080) +#define MF_APPEND __MSABI_LONG(0x00000100) +#define MF_DELETE __MSABI_LONG(0x00000200) +#define MF_REMOVE __MSABI_LONG(0x00001000) +#define MF_END __MSABI_LONG(0x00000080) + +#define MF_ENABLED __MSABI_LONG(0x00000000) +#define MF_GRAYED __MSABI_LONG(0x00000001) +#define MF_DISABLED __MSABI_LONG(0x00000002) +#define MF_STRING __MSABI_LONG(0x00000000) +#define MF_BITMAP __MSABI_LONG(0x00000004) +#define MF_UNCHECKED __MSABI_LONG(0x00000000) +#define MF_CHECKED __MSABI_LONG(0x00000008) +#define MF_POPUP __MSABI_LONG(0x00000010) +#define MF_MENUBARBREAK __MSABI_LONG(0x00000020) +#define MF_MENUBREAK __MSABI_LONG(0x00000040) +#define MF_UNHILITE __MSABI_LONG(0x00000000) +#define MF_HILITE __MSABI_LONG(0x00000080) +#define MF_OWNERDRAW __MSABI_LONG(0x00000100) +#define MF_USECHECKBITMAPS __MSABI_LONG(0x00000200) +#define MF_BYCOMMAND __MSABI_LONG(0x00000000) +#define MF_BYPOSITION __MSABI_LONG(0x00000400) +#define MF_SEPARATOR __MSABI_LONG(0x00000800) +#define MF_DEFAULT __MSABI_LONG(0x00001000) +#define MF_SYSMENU __MSABI_LONG(0x00002000) +#define MF_HELP __MSABI_LONG(0x00004000) +#define MF_RIGHTJUSTIFY __MSABI_LONG(0x00004000) +#define MF_MOUSESELECT __MSABI_LONG(0x00008000) + +/* Flags for extended menu item types */ +#define MFT_STRING MF_STRING +#define MFT_BITMAP MF_BITMAP +#define MFT_MENUBARBREAK MF_MENUBARBREAK +#define MFT_MENUBREAK MF_MENUBREAK +#define MFT_OWNERDRAW MF_OWNERDRAW +#define MFT_RADIOCHECK __MSABI_LONG(0x00000200) +#define MFT_SEPARATOR MF_SEPARATOR +#define MFT_RIGHTORDER __MSABI_LONG(0x00002000) +#define MFT_RIGHTJUSTIFY MF_RIGHTJUSTIFY + +/* Flags for extended menu item states */ +#define MFS_GRAYED __MSABI_LONG(0x00000003) +#define MFS_DISABLED MFS_GRAYED +#define MFS_CHECKED MF_CHECKED +#define MFS_HILITE MF_HILITE +#define MFS_ENABLED MF_ENABLED +#define MFS_UNCHECKED MF_UNCHECKED +#define MFS_UNHILITE MF_UNHILITE +#define MFS_DEFAULT MF_DEFAULT + +/* DDK / Win16 defines */ +#define MFS_MASK __MSABI_LONG(0x0000108B) +#define MFS_HOTTRACKDRAWN __MSABI_LONG(0x10000000) +#define MFS_CACHEDBMP __MSABI_LONG(0x20000000) +#define MFS_BOTTOMGAPDROP __MSABI_LONG(0x40000000) +#define MFS_TOPGAPDROP __MSABI_LONG(0x80000000) +#define MFS_GAPDROP (MFS_BOTTOMGAPDROP | MFS_TOPGAPDROP) +#endif /* NOMENUS */ + + +/*** WM_SYSCOMMAND parameters ***/ +#ifndef NOSYSCOMMANDS +/* At least HP-UX defines it in /usr/include/sys/signal.h */ +# ifdef SC_SIZE +# undef SC_SIZE +# endif +#define SC_SIZE 0xf000 +#define SC_MOVE 0xf010 +#define SC_MINIMIZE 0xf020 +#define SC_MAXIMIZE 0xf030 +#define SC_NEXTWINDOW 0xf040 +#define SC_PREVWINDOW 0xf050 +#define SC_CLOSE 0xf060 +#define SC_VSCROLL 0xf070 +#define SC_HSCROLL 0xf080 +#define SC_MOUSEMENU 0xf090 +#define SC_KEYMENU 0xf100 +#define SC_ARRANGE 0xf110 +#define SC_RESTORE 0xf120 +#define SC_TASKLIST 0xf130 +#define SC_SCREENSAVE 0xf140 +#define SC_HOTKEY 0xf150 + +/* Win32 4.0 */ +#define SC_DEFAULT 0xf160 +#define SC_MONITORPOWER 0xf170 +#define SC_CONTEXTHELP 0xf180 +#define SC_SEPARATOR 0xf00f + +#define GET_SC_WPARAM(wParam) ((int)wParam & 0xfff0) +#define SCF_ISSECURE 0x0001 + +/* Obsolete names */ +#define SC_ICON SC_MINIMIZE +#define SC_ZOOM SC_MAXIMIZE +#endif /* NOSYSCOMMANDS */ + + +/*** OEM Resource Ordinal Numbers ***/ +#ifdef OEMRESOURCE +#define OBM_RDRVERT 32559 +#define OBM_RDRHORZ 32660 +#define OBM_RDR2DIM 32661 +#define OBM_TRTYPE 32732 /* FIXME: Wine-only */ +#define OBM_LFARROWI 32734 +#define OBM_RGARROWI 32735 +#define OBM_DNARROWI 32736 +#define OBM_UPARROWI 32737 +#define OBM_COMBO 32738 +#define OBM_MNARROW 32739 +#define OBM_LFARROWD 32740 +#define OBM_RGARROWD 32741 +#define OBM_DNARROWD 32742 +#define OBM_UPARROWD 32743 +#define OBM_RESTORED 32744 +#define OBM_ZOOMD 32745 +#define OBM_REDUCED 32746 +#define OBM_RESTORE 32747 +#define OBM_ZOOM 32748 +#define OBM_REDUCE 32749 +#define OBM_LFARROW 32750 +#define OBM_RGARROW 32751 +#define OBM_DNARROW 32752 +#define OBM_UPARROW 32753 +#define OBM_CLOSE 32754 +#define OBM_OLD_RESTORE 32755 +#define OBM_OLD_ZOOM 32756 +#define OBM_OLD_REDUCE 32757 +#define OBM_BTNCORNERS 32758 +#define OBM_CHECKBOXES 32759 +#define OBM_CHECK 32760 +#define OBM_BTSIZE 32761 +#define OBM_OLD_LFARROW 32762 +#define OBM_OLD_RGARROW 32763 +#define OBM_OLD_DNARROW 32764 +#define OBM_OLD_UPARROW 32765 +#define OBM_SIZE 32766 +#define OBM_OLD_CLOSE 32767 + +#define OCR_NORMAL 32512 +#define OCR_IBEAM 32513 +#define OCR_WAIT 32514 +#define OCR_CROSS 32515 +#define OCR_UP 32516 +#define OCR_PEN 32631 +#define OCR_SIZE 32640 +#define OCR_ICON 32641 +#define OCR_SIZENWSE 32642 +#define OCR_SIZENESW 32643 +#define OCR_SIZEWE 32644 +#define OCR_SIZENS 32645 +#define OCR_SIZEALL 32646 +#define OCR_ICOCUR 32647 +#define OCR_NO 32648 +#define OCR_HAND 32649 +#define OCR_APPSTARTING 32650 +#define OCR_HELP 32651 /* DDK / Win16 */ +#define OCR_RDRVERT 32652 /* DDK / Win16 */ +#define OCR_RDRHORZ 32653 /* DDK / Win16 */ +#define OCR_RDR2DIM 32654 /* DDK / Win16 */ +#define OCR_RDRNORTH 32655 /* DDK / Win16 */ +#define OCR_RDRSOUTH 32656 /* DDK / Win16 */ +#define OCR_RDRWEST 32657 /* DDK / Win16 */ +#define OCR_RDREAST 32658 /* DDK / Win16 */ +#define OCR_RDRNORTHWEST 32659 /* DDK / Win16 */ +#define OCR_RDRNORTHEAST 32660 /* DDK / Win16 */ +#define OCR_RDRSOUTHWEST 32661 /* DDK / Win16 */ +#define OCR_RDRSOUTHEAST 32662 /* DDK / Win16 */ + +#define OIC_SAMPLE 32512 +#define OIC_HAND 32513 +#define OIC_ERROR OIC_HAND +#define OIC_QUES 32514 +#define OIC_BANG 32515 +#define OIC_WARNING OIC_BANG +#define OIC_NOTE 32516 +#define OIC_INFORMATION OIC_NOTE +#define OIC_WINLOGO 32517 +#define OIC_SHIELD 32518 +#endif /* OEMRESOURCE */ + + +/*** Predefined resources ***/ +#ifndef NOICONS +#define IDI_APPLICATION MAKEINTRESOURCE(32512) +#define IDI_HAND MAKEINTRESOURCE(32513) +#define IDI_QUESTION MAKEINTRESOURCE(32514) +#define IDI_EXCLAMATION MAKEINTRESOURCE(32515) +#define IDI_ASTERISK MAKEINTRESOURCE(32516) +#define IDI_WINLOGO MAKEINTRESOURCE(32517) +#define IDI_SHIELD MAKEINTRESOURCE(32518) + +#define IDI_WARNING IDI_EXCLAMATION +#define IDI_ERROR IDI_HAND +#define IDI_INFORMATION IDI_ASTERISK +#endif /* NOICONS */ + + +/*** Standard dialog button IDs ***/ +#define IDOK 1 +#define IDCANCEL 2 +#define IDABORT 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 +#define IDTRYAGAIN 10 +#define IDCONTINUE 11 +#ifndef IDTIMEOUT +#define IDTIMEOUT 32000 +#endif + + +/*** Edit control styles ***/ +#ifndef NOWINSTYLES +#define ES_LEFT __MSABI_LONG(0x00000000) +#define ES_CENTER __MSABI_LONG(0x00000001) +#define ES_RIGHT __MSABI_LONG(0x00000002) +#define ES_MULTILINE __MSABI_LONG(0x00000004) +#define ES_UPPERCASE __MSABI_LONG(0x00000008) +#define ES_LOWERCASE __MSABI_LONG(0x00000010) +#define ES_PASSWORD __MSABI_LONG(0x00000020) +#define ES_AUTOVSCROLL __MSABI_LONG(0x00000040) +#define ES_AUTOHSCROLL __MSABI_LONG(0x00000080) +#define ES_NOHIDESEL __MSABI_LONG(0x00000100) +#define ES_COMBO __MSABI_LONG(0x00000200) /* Undocumented. Parent is a combobox */ +#define ES_OEMCONVERT __MSABI_LONG(0x00000400) +#define ES_READONLY __MSABI_LONG(0x00000800) +#define ES_WANTRETURN __MSABI_LONG(0x00001000) +#define ES_NUMBER __MSABI_LONG(0x00002000) +#endif /* NOWINSTYLES */ + + +/*** Edit control messages ***/ +#ifndef NOWINMESSAGES +#define EM_GETSEL 0x00b0 +#define EM_SETSEL 0x00b1 +#define EM_GETRECT 0x00b2 +#define EM_SETRECT 0x00b3 +#define EM_SETRECTNP 0x00b4 +#define EM_SCROLL 0x00b5 +#define EM_LINESCROLL 0x00b6 +#define EM_SCROLLCARET 0x00b7 +#define EM_GETMODIFY 0x00b8 +#define EM_SETMODIFY 0x00b9 +#define EM_GETLINECOUNT 0x00ba +#define EM_LINEINDEX 0x00bb +#define EM_SETHANDLE 0x00bc +#define EM_GETHANDLE 0x00bd +#define EM_GETTHUMB 0x00be +/* Unassigned 0x00bf and 0x00c0 */ +#define EM_LINELENGTH 0x00c1 +#define EM_REPLACESEL 0x00c2 +#define EM_SETFONT 0x00c3 /* DDK / Win16 */ +#define EM_GETLINE 0x00c4 +#define EM_LIMITTEXT 0x00c5 +#define EM_SETLIMITTEXT EM_LIMITTEXT +#define EM_CANUNDO 0x00c6 +#define EM_UNDO 0x00c7 +#define EM_FMTLINES 0x00c8 +#define EM_LINEFROMCHAR 0x00c9 +#define EM_SETWORDBREAK 0x00ca /* DDK / Win16 */ +#define EM_SETTABSTOPS 0x00cb +#define EM_SETPASSWORDCHAR 0x00cc +#define EM_EMPTYUNDOBUFFER 0x00cd +#define EM_GETFIRSTVISIBLELINE 0x00ce +#define EM_SETREADONLY 0x00cf +#define EM_SETWORDBREAKPROC 0x00d0 +#define EM_GETWORDBREAKPROC 0x00d1 +#define EM_GETPASSWORDCHAR 0x00d2 +#define EM_SETMARGINS 0x00d3 +#define EM_GETMARGINS 0x00d4 +#define EM_GETLIMITTEXT 0x00d5 +#define EM_POSFROMCHAR 0x00d6 +#define EM_CHARFROMPOS 0x00d7 +#define EM_SETIMESTATUS 0x00d8 +#define EM_GETIMESTATUS 0x00d9 +#endif /* NOWINMESSAGES */ + + +/*** Button control styles ***/ +#define BS_PUSHBUTTON __MSABI_LONG(0x00000000) +#define BS_DEFPUSHBUTTON __MSABI_LONG(0x00000001) +#define BS_CHECKBOX __MSABI_LONG(0x00000002) +#define BS_AUTOCHECKBOX __MSABI_LONG(0x00000003) +#define BS_RADIOBUTTON __MSABI_LONG(0x00000004) +#define BS_3STATE __MSABI_LONG(0x00000005) +#define BS_AUTO3STATE __MSABI_LONG(0x00000006) +#define BS_GROUPBOX __MSABI_LONG(0x00000007) +#define BS_USERBUTTON __MSABI_LONG(0x00000008) +#define BS_AUTORADIOBUTTON __MSABI_LONG(0x00000009) +#define BS_PUSHBOX __MSABI_LONG(0x0000000A) +#define BS_OWNERDRAW __MSABI_LONG(0x0000000B) +#define BS_TYPEMASK __MSABI_LONG(0x0000000F) +#define BS_LEFTTEXT __MSABI_LONG(0x00000020) +#define BS_RIGHTBUTTON BS_LEFTTEXT + +#define BS_TEXT __MSABI_LONG(0x00000000) +#define BS_ICON __MSABI_LONG(0x00000040) +#define BS_BITMAP __MSABI_LONG(0x00000080) +#define BS_LEFT __MSABI_LONG(0x00000100) +#define BS_RIGHT __MSABI_LONG(0x00000200) +#define BS_CENTER __MSABI_LONG(0x00000300) +#define BS_TOP __MSABI_LONG(0x00000400) +#define BS_BOTTOM __MSABI_LONG(0x00000800) +#define BS_VCENTER __MSABI_LONG(0x00000C00) +#define BS_PUSHLIKE __MSABI_LONG(0x00001000) +#define BS_MULTILINE __MSABI_LONG(0x00002000) +#define BS_NOTIFY __MSABI_LONG(0x00004000) +#define BS_FLAT __MSABI_LONG(0x00008000) + + +/*** Button notification codes ***/ +#define BN_CLICKED 0 +#define BN_PAINT 1 +#define BN_HILITE 2 +#define BN_PUSHED BN_HILITE +#define BN_UNHILITE 3 +#define BN_UNPUSHED BN_UNHILITE +#define BN_DISABLE 4 +#define BN_DOUBLECLICKED 5 +#define BN_DBLCLK BN_DOUBLECLICKED +#define BN_SETFOCUS 6 +#define BN_KILLFOCUS 7 + + +/*** Win32 button control messages ***/ +#define BM_GETCHECK 0x00f0 +#define BM_SETCHECK 0x00f1 +#define BM_GETSTATE 0x00f2 +#define BM_SETSTATE 0x00f3 +#define BM_SETSTYLE 0x00f4 +#define BM_CLICK 0x00f5 +#define BM_GETIMAGE 0x00f6 +#define BM_SETIMAGE 0x00f7 +#define BM_SETDONTCLICK 0x00f8 + +/* Button states */ +#define BST_UNCHECKED 0x0000 +#define BST_CHECKED 0x0001 +#define BST_INDETERMINATE 0x0002 +#define BST_PUSHED 0x0004 +#define BST_FOCUS 0x0008 + +/*** Static Control Styles ***/ +#define SS_LEFT __MSABI_LONG(0x00000000) +#define SS_CENTER __MSABI_LONG(0x00000001) +#define SS_RIGHT __MSABI_LONG(0x00000002) +#define SS_ICON __MSABI_LONG(0x00000003) +#define SS_BLACKRECT __MSABI_LONG(0x00000004) +#define SS_GRAYRECT __MSABI_LONG(0x00000005) +#define SS_WHITERECT __MSABI_LONG(0x00000006) +#define SS_BLACKFRAME __MSABI_LONG(0x00000007) +#define SS_GRAYFRAME __MSABI_LONG(0x00000008) +#define SS_WHITEFRAME __MSABI_LONG(0x00000009) +#define SS_USERITEM __MSABI_LONG(0x0000000A) +#define SS_SIMPLE __MSABI_LONG(0x0000000B) +#define SS_LEFTNOWORDWRAP __MSABI_LONG(0x0000000C) +#define SS_OWNERDRAW __MSABI_LONG(0x0000000D) +#define SS_BITMAP __MSABI_LONG(0x0000000E) +#define SS_ENHMETAFILE __MSABI_LONG(0x0000000F) +#define SS_ETCHEDHORZ __MSABI_LONG(0x00000010) +#define SS_ETCHEDVERT __MSABI_LONG(0x00000011) +#define SS_ETCHEDFRAME __MSABI_LONG(0x00000012) +#define SS_TYPEMASK __MSABI_LONG(0x0000001F) + +#define SS_REALSIZECONTROL __MSABI_LONG(0x00000040) +#define SS_NOPREFIX __MSABI_LONG(0x00000080) +#define SS_NOTIFY __MSABI_LONG(0x00000100) +#define SS_CENTERIMAGE __MSABI_LONG(0x00000200) +#define SS_RIGHTJUST __MSABI_LONG(0x00000400) +#define SS_REALSIZEIMAGE __MSABI_LONG(0x00000800) +#define SS_SUNKEN __MSABI_LONG(0x00001000) +#define SS_EDITCONTROL __MSABI_LONG(0x00002000) +#define SS_ENDELLIPSIS __MSABI_LONG(0x00004000) +#define SS_PATHELLIPSIS __MSABI_LONG(0x00008000) +#define SS_WORDELLIPSIS __MSABI_LONG(0x0000C000) +#define SS_ELLIPSISMASK SS_WORDELLIPSIS + + +/*** Dialog styles ***/ +#define DS_ABSALIGN __MSABI_LONG(0x00000001) +#define DS_SYSMODAL __MSABI_LONG(0x00000002) +#define DS_3DLOOK __MSABI_LONG(0x00000004) /* win95 */ +#define DS_FIXEDSYS __MSABI_LONG(0x00000008) /* win95 */ +#define DS_NOFAILCREATE __MSABI_LONG(0x00000010) /* win95 */ +#define DS_LOCALEDIT __MSABI_LONG(0x00000020) +#define DS_SETFONT __MSABI_LONG(0x00000040) +#define DS_MODALFRAME __MSABI_LONG(0x00000080) +#define DS_NOIDLEMSG __MSABI_LONG(0x00000100) +#define DS_SETFOREGROUND __MSABI_LONG(0x00000200) /* win95 */ +#define DS_CONTROL __MSABI_LONG(0x00000400) /* win95 */ +#define DS_CENTER __MSABI_LONG(0x00000800) /* win95 */ +#define DS_CENTERMOUSE __MSABI_LONG(0x00001000) /* win95 */ +#define DS_CONTEXTHELP __MSABI_LONG(0x00002000) /* win95 */ +#define DS_USEPIXELS __MSABI_LONG(0x00008000) +#define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS) + + +/*** Listbox styles ***/ +#ifndef NOWINSTYLES +#define LBS_NOTIFY __MSABI_LONG(0x00000001) +#define LBS_SORT __MSABI_LONG(0x00000002) +#define LBS_NOREDRAW __MSABI_LONG(0x00000004) +#define LBS_MULTIPLESEL __MSABI_LONG(0x00000008) +#define LBS_OWNERDRAWFIXED __MSABI_LONG(0x00000010) +#define LBS_OWNERDRAWVARIABLE __MSABI_LONG(0x00000020) +#define LBS_HASSTRINGS __MSABI_LONG(0x00000040) +#define LBS_USETABSTOPS __MSABI_LONG(0x00000080) +#define LBS_NOINTEGRALHEIGHT __MSABI_LONG(0x00000100) +#define LBS_MULTICOLUMN __MSABI_LONG(0x00000200) +#define LBS_WANTKEYBOARDINPUT __MSABI_LONG(0x00000400) +#define LBS_EXTENDEDSEL __MSABI_LONG(0x00000800) +#define LBS_DISABLENOSCROLL __MSABI_LONG(0x00001000) +#define LBS_NODATA __MSABI_LONG(0x00002000) +#define LBS_NOSEL __MSABI_LONG(0x00004000) +#define LBS_COMBOBOX __MSABI_LONG(0x00008000) +#define LBS_STANDARD (LBS_NOTIFY | LBS_SORT | WS_VSCROLL | WS_BORDER) +#endif /* NOWINSTYLES */ + +/*** Combo box styles ***/ +#ifndef NOWINSTYLES +#define CBS_SIMPLE __MSABI_LONG(0x00000001) +#define CBS_DROPDOWN __MSABI_LONG(0x00000002) +#define CBS_DROPDOWNLIST __MSABI_LONG(0x00000003) +#define CBS_OWNERDRAWFIXED __MSABI_LONG(0x00000010) +#define CBS_OWNERDRAWVARIABLE __MSABI_LONG(0x00000020) +#define CBS_AUTOHSCROLL __MSABI_LONG(0x00000040) +#define CBS_OEMCONVERT __MSABI_LONG(0x00000080) +#define CBS_SORT __MSABI_LONG(0x00000100) +#define CBS_HASSTRINGS __MSABI_LONG(0x00000200) +#define CBS_NOINTEGRALHEIGHT __MSABI_LONG(0x00000400) +#define CBS_DISABLENOSCROLL __MSABI_LONG(0x00000800) + +#define CBS_UPPERCASE __MSABI_LONG(0x00002000) +#define CBS_LOWERCASE __MSABI_LONG(0x00004000) +#endif /* NOWINSTYLES */ + + +/*** Scrollbar styles ***/ +#ifndef NOWINSTYLES +#define SBS_HORZ __MSABI_LONG(0x00000000) +#define SBS_VERT __MSABI_LONG(0x00000001) +#define SBS_TOPALIGN __MSABI_LONG(0x00000002) +#define SBS_LEFTALIGN __MSABI_LONG(0x00000002) +#define SBS_BOTTOMALIGN __MSABI_LONG(0x00000004) +#define SBS_RIGHTALIGN __MSABI_LONG(0x00000004) +#define SBS_SIZEBOXTOPLEFTALIGN __MSABI_LONG(0x00000002) +#define SBS_SIZEBOXBOTTOMRIGHTALIGN __MSABI_LONG(0x00000004) +#define SBS_SIZEBOX __MSABI_LONG(0x00000008) +#define SBS_SIZEGRIP __MSABI_LONG(0x00000010) +#endif /* NOWINSTYLES */ + +/*** WinHelp commands ***/ +#define HELP_CONTEXT __MSABI_LONG(0x00000001) +#define HELP_QUIT __MSABI_LONG(0x00000002) +#define HELP_INDEX __MSABI_LONG(0x00000003) +#define HELP_CONTENTS HELP_INDEX +#define HELP_HELPONHELP __MSABI_LONG(0x00000004) +#define HELP_SETINDEX __MSABI_LONG(0x00000005) +#define HELP_SETCONTENTS HELP_SETINDEX +#define HELP_CONTEXTPOPUP __MSABI_LONG(0x00000008) +#define HELP_FORCEFILE __MSABI_LONG(0x00000009) +#define HELP_KEY __MSABI_LONG(0x00000101) +#define HELP_COMMAND __MSABI_LONG(0x00000102) +#define HELP_PARTIALKEY __MSABI_LONG(0x00000105) +#define HELP_MULTIKEY __MSABI_LONG(0x00000201) +#define HELP_SETWINPOS __MSABI_LONG(0x00000203) + +#define HELP_CONTEXTMENU 0x000a +#define HELP_FINDER 0x000b +#define HELP_WM_HELP 0x000c +#define HELP_SETPOPUP_POS 0x000d +#define HELP_TCARD_DATA 0x0010 +#define HELP_TCARD_OTHER_CALLER 0x0011 +#define HELP_TCARD 0x8000 + +#define IDH_NO_HELP 28440 +#define IDH_MISSING_CONTEXT 28441 +#define IDH_GENERIC_HELP_BUTTON 28442 +#define IDH_OK 28443 +#define IDH_CANCEL 28444 +#define IDH_HELP 28445 diff --git a/src/scripts/post_assemble_patch.py b/src/scripts/post_assemble_patch.py index d0c9bf2..bc134cb 100644 --- a/src/scripts/post_assemble_patch.py +++ b/src/scripts/post_assemble_patch.py @@ -93,6 +93,7 @@ def patch_black(input_path: Path, output_path: Path, turn_off_fullscreen: bool, (0xff4, '\2'), (0xff8, "<"), (0xffc, "4"), + (0x008428F8, "property of their respective owners".encode("utf-16-le")), ] unmarked_object_old = 0x0000 unmarked_object = 0x0001